Skip to content

Commit

Permalink
fixup! fixup! COM-12579-2:
Browse files Browse the repository at this point in the history
*change env: order into create_release steps
  • Loading branch information
rsanchez87 committed Nov 19, 2024
1 parent 4992765 commit 5e995b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
gh release create v$VERSION \
--title "Release v$VERSION" \
--notes "$(cat notes.txt)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clean up notes file
run: rm notes.txt
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e995b1

Please sign in to comment.