Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 4, 2025
1 parent fb2f5b2 commit e8c7cd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Create GitHub release
uses: ncipollo/release-action@v1
env:
GH_TOKEN: ${{ github.token }}
with:
tag: "v${{ github.event.inputs.version }}"
artifacts: "publish/*.zip"
Expand Down

0 comments on commit e8c7cd8

Please sign in to comment.