We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d864a commit b96a750Copy full SHA for b96a750
.github/workflows/npm-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Publish package
35
working-directory: ./chimera-css
36
run: |
37
- npm version ${{ github.event.release.tag_name }}
+ npm version 1.6.1 --allow-same-version
38
npm publish
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments