Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jul 17, 2024
1 parent 7b2f339 commit 0baa12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
- name: Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: ./release.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0baa12b

Please sign in to comment.