Skip to content

Commit

Permalink
Upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent 5dbf57e commit bd34a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4

- name: Publish to NPM
uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939
uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
with:
token: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npm version ${{ github.event.inputs.version }} --allow-same-version --no-git-tag-version
- name: Commit package.json
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081
with:
author_name: Link-
author_email: [email protected]
Expand All @@ -46,7 +46,7 @@ jobs:
npm run build
- name: Commit new build
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081
with:
author_name: Link-
author_email: [email protected]
Expand Down

0 comments on commit bd34a88

Please sign in to comment.