Skip to content

Commit b9c71b9

Browse files
committed
ci(release): uncomment npm release
1 parent 1ecdf7c commit b9c71b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Picker Plugins
1+
name: Filestack React deployment
22
on:
33
push:
44
branches: [ develop ]
@@ -28,11 +28,11 @@ jobs:
2828
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2929
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3030
AWS_REGION: ${{ secrets.AWS_REGION }}
31-
# - name: Publush to NPM (only on tag)
32-
# if: startsWith(github.ref, 'refs/tags/') && success()
33-
# run: npm publish
34-
# env:
35-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
- name: Publush to NPM (only on tag)
32+
if: startsWith(github.ref, 'refs/tags/') && success()
33+
run: npm publish
34+
env:
35+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
- name: Deploy docs
3737
uses: crazy-max/ghaction-github-pages@v2
3838
with:

0 commit comments

Comments
 (0)