Skip to content

Commit

Permalink
ci: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Aug 19, 2024
1 parent bec7592 commit e2cb987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Build 🏗️
run: yarn build
- name: Publish package on NPM 📦
run: npm publish --provenance
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build for alias 🏗️
run: yarn build:alias
- name: Publish package on NPM for alias 📦
run: npm publish --provenance
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e2cb987

Please sign in to comment.