Skip to content

Commit

Permalink
GitHub manages this already!
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jan 5, 2023
1 parent 1eb4cf2 commit bbfb2a9
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 @@ -91,7 +91,7 @@ jobs:
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: ${{ contains(env.TAG, 'rc') }}
files: |
Expand Down

0 comments on commit bbfb2a9

Please sign in to comment.