Skip to content

Commit 271754a

Browse files
committed
uncomment
1 parent 396d560 commit 271754a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)