Skip to content

Commit

Permalink
chore: add github release to release workflow (#313)
Browse files Browse the repository at this point in the history
We were creating the tag, but not creating a GitHub release.
  • Loading branch information
corymhall authored Dec 24, 2024
1 parent 3d43c64 commit 39bf63b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
package: ${{github.workspace}}/package.json
- name: Create GH Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: release
"on":
push:
Expand Down

0 comments on commit 39bf63b

Please sign in to comment.