Skip to content

Commit aeef4b8

Browse files
Enable auto-publish
1 parent 5773424 commit aeef4b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/definitionsBuilder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Update package.json version
4545
run: npm version ${{ steps.serverless-version.outputs.version }} --git-tag-version=false
4646

47-
# - name: Publish
48-
# uses: JS-DevTools/npm-publish@v1
49-
# with:
50-
# token: ${{ secrets.NPM_TOKEN }}
47+
- name: Publish
48+
uses: JS-DevTools/npm-publish@v1
49+
with:
50+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)