File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 publish-npm :
1212 runs-on : ubuntu-latest
13- defaults :
14- run :
15- working-directory : ./chimera-css
13+ permissions :
14+ contents : read
15+ packages : write
1616 steps :
1717 - uses : actions/checkout@v3
18+ with :
19+ fetch-depth : 0
1820 - uses : actions/setup-node@v3
1921 with :
2022 node-version : 16
2527 run : |
2628 git config --global user.email "[email protected] " 2729 git config --global user.name "J0hans1"
28- - name : Set package version
29- run : npm version ${{ github.event.release.tag_name }}
3030 - name : Publish package
31- run : cd chimera-css && npm publish
31+ run : |
32+ cd chimera-css
33+ npm version ${{ github.event.release.tag_name }}
34+ npm publish
3235 env :
3336 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments