Skip to content

Commit

Permalink
fix(ci): incorrect variable (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Sep 18, 2023
1 parent 0092fe7 commit ccb0757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
if: github.ref_type == 'tag'
run: |
echo "RELEASE_TYPE=release draft" >> $GITHUB_ENV
echo "RELEASE_ADDR=${{ steps.release.outputs.url }}" >> $GITHUB_ENV
echo "RELEASE_ADDR=${{ needs.release.outputs.url }}" >> $GITHUB_ENV
- name: Notify on success
if: needs.build.result == 'success' && needs.test.result == 'success' && (needs.release.result == 'success' || github.event_name == 'schedule')
Expand Down

0 comments on commit ccb0757

Please sign in to comment.