Skip to content

Commit

Permalink
Merge pull request #62 from calyptia/remove_token
Browse files Browse the repository at this point in the history
workflows: release creation improvements
  • Loading branch information
niedbalski authored Jan 31, 2022
2 parents 6cc4182 + 57533ce commit b488fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
files: |
artifacts/**/*

0 comments on commit b488fce

Please sign in to comment.