Skip to content

Commit

Permalink
fix: first release to NPM then to github itself
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Oct 23, 2024
1 parent d04e932 commit b5b06c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
run: |
cat package.json
# Publish to NPM
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: package.json

# Create GitHub release
- name: Create release
uses: actions/create-release@v1
Expand Down Expand Up @@ -86,8 +92,3 @@ jobs:
asset_name: dist-client-${{ env.CLIENT_VERSION }}.zip
asset_content_type: application/zip

# Publish to NPM
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: package.json

0 comments on commit b5b06c3

Please sign in to comment.