File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
6565 prism mock ./bandwidth.yml & yarn test-unit
6666 shell : bash
6767
68- # - name: Publish npm Package
69- # run: |
70- # npm version $PACKAGE_VERSION --no-git-tag-version
71- # npm publish --access public
72- # env:
73- # NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
68+ - name : Publish npm Package
69+ run : |
70+ npm version $PACKAGE_VERSION --no-git-tag-version
71+ npm publish --access public
72+ env :
73+ NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
7474
75- # - uses: Bandwidth/[email protected] 76- # if: always()
77- # with:
78- # job-status: ${{ job.status }}
79- # slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
80- # slack-channel: ${{ secrets.SLACK_CHANNEL }}
75+ -
uses :
Bandwidth/[email protected] 76+ if : always()
77+ with :
78+ job-status : ${{ job.status }}
79+ slack-bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
80+ slack-channel : ${{ secrets.SLACK_CHANNEL }}
You can’t perform that action at this time.
0 commit comments