Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Low committed Aug 3, 2024
1 parent 21677d4 commit 1322d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: npm
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm version ${{ github.ref_name }} --no-git-tag-version
- run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version
- run: npm run build
- run: npm publish ./dist
env:
Expand Down

0 comments on commit 1322d60

Please sign in to comment.