File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,20 +28,20 @@ jobs:
2828
2929 # Steps below handle publication to NPM
3030 - uses : actions/checkout@v4
31- # if: ${{ steps.release.outputs.release_created }}
31+ if : ${{ steps.release.outputs.release_created }}
3232 - uses : actions/setup-node@v4
3333 with :
3434 node-version : 20
3535 registry-url : ' https://registry.npmjs.org'
36- # if: ${{ steps.release.outputs.release_created }}
36+ if : ${{ steps.release.outputs.release_created }}
3737
3838 - run : npm ci
39- # if: ${{ steps.release.outputs.release_created }}
39+ if : ${{ steps.release.outputs.release_created }}
4040
4141 - run : npm test
42- # if: ${{ steps.release.outputs.release_created }}
42+ if : ${{ steps.release.outputs.release_created }}
4343
4444 - run : npm publish
4545 env :
4646 NODE_AUTH_TOKEN : ${{secrets.UUID_NPM_RELEASE_TOKEN}}
47- # if: ${{ steps.release.outputs.release_created }}
47+ if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments