Skip to content

Commit

Permalink
Update package to github release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Aug 1, 2023
1 parent 9fba2c1 commit 70cfdea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload package to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: two-to-seven-triple-draw-*.tgz
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 70cfdea

Please sign in to comment.