Skip to content

Commit 1c943cb

Browse files
authored
JamesIves/github-pages-deploy-action@v4
1 parent 0516062 commit 1c943cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Print version number
3434
run: echo ${{ env.spec_version }}
3535
- name: Deploy SDK back into main branch
36-
uses: JamesIves/github-pages-deploy-action@4.1.5
36+
uses: JamesIves/github-pages-deploy-action@v4
3737
with:
3838
branch: main
3939
folder: .
4040
commit-message: "Upgrade Node SDK to spec ${{ env.spec_version }}"
4141
- name: Upload to NPM
4242
uses: JS-DevTools/npm-publish@v1
4343
with:
44-
token: ${{ secrets.NPM_TOKEN }}
44+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)