Skip to content

Commit

Permalink
fix(ci): fix incorrect variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Sep 18, 2023
1 parent 1b5e238 commit 003b1d1
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 @@ -170,7 +170,7 @@ jobs:
if: github.ref_type == 'tag'
run: |
echo "RELEASE_TYPE=release draft" >> $GITHUB_ENV
echo "RELEASE_ADDR=${{ steps.github.release.url }}" >> $GITHUB_ENV
echo "RELEASE_ADDR=${{ steps.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 003b1d1

Please sign in to comment.