File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3535 run : npm run build
3636
3737 - name : Publish
38- # if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
39- # #if: ${{ github.event_name != 'pull_request' && matrix.node-version == 14 }}
38+ if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.node-version == 14 }}
4039 env :
4140 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4241 run : |
4342 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
44- find lib
43+ npm publish
Original file line number Diff line number Diff line change 11{
22 "name" : " action-docs" ,
3- "version" : " 0.1 .0-beta.7 " ,
3+ "version" : " 0.2 .0-beta.1 " ,
44 "description" : " Generate GitHub action docs based on action.yml" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
7474 "directories" : {
7575 "dist" : " lib"
7676 }
77- }
77+ }
You can’t perform that action at this time.
0 commit comments