Skip to content

Commit b96a750

Browse files
test setup
1 parent 39d864a commit b96a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Publish package
3535
working-directory: ./chimera-css
3636
run: |
37-
npm version ${{ github.event.release.tag_name }}
37+
npm version 1.6.1 --allow-same-version
3838
npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)