File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Run build script
2929 run : npm run build
3030
31- - name : Extract version from package.json
32- id : extract_version
33- run : echo "::set-output name=VERSION::$(node -p -e "require('./package.json').version")"
34-
35- - name : Create GitHub Release
36- id : create_release
37- uses : actions/create-release@v1
38- env :
39- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40- with :
41- tag_name : v${{ steps.extract_version.outputs.VERSION }}
42- release_name : Release v${{ steps.extract_version.outputs.VERSION }}
43- draft : false
44- prerelease : false
45-
4631 - name : Publish to npm
4732 env :
4833 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
49- run : npm publish --access public --registry=https://registry.npmjs.org
34+ run : npm publish --access public --registry=https://registry.npmjs.org
Original file line number Diff line number Diff line change 11{
22 "name" : " modulatecss" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "publishConfig" : {
55 "registry" : " https://npm.pkg.github.com"
66 },
You can’t perform that action at this time.
0 commit comments