We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0516062 commit 1c943cbCopy full SHA for 1c943cb
.github/workflows/ci.yaml
@@ -33,12 +33,12 @@ jobs:
33
- name: Print version number
34
run: echo ${{ env.spec_version }}
35
- name: Deploy SDK back into main branch
36
- uses: JamesIves/github-pages-deploy-action@4.1.5
+ uses: JamesIves/github-pages-deploy-action@v4
37
with:
38
branch: main
39
folder: .
40
commit-message: "Upgrade Node SDK to spec ${{ env.spec_version }}"
41
- name: Upload to NPM
42
uses: JS-DevTools/npm-publish@v1
43
44
- token: ${{ secrets.NPM_TOKEN }}
+ token: ${{ secrets.NPM_TOKEN }}
0 commit comments