Skip to content

Commit

Permalink
Tweak publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joschka committed Apr 8, 2023
1 parent 4b7cfe6 commit 8d7582a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ jobs:
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
with:
tag_name: ${{ env.NEW_VERSION }}
generate_release_notes: true
files: dist/**/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8d7582a

Please sign in to comment.