Skip to content

Commit ced167a

Browse files
committed
CD: github actions npm increment and publish
1 parent 2d6466a commit ced167a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publishNPM.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ jobs:
1414
with:
1515
token: ${{ secrets.NPM_TOKEN }}
1616
package: ./package.json
17-
- name: 'Automated Version Bump'
18-
- uses: 'phips28/gh-action-bump-version@master'
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
- uses: maks-stupak/gh-action-bump-version@v7.1.5

0 commit comments

Comments
 (0)