Skip to content

Commit

Permalink
fix(ci): Fix checking prerelease notes
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Aug 11, 2024
1 parent 9baa78a commit d0d6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: $PRERELEASE
prerelease: ${{ env.PRERELEASE }}
- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit d0d6e25

Please sign in to comment.