Skip to content

Commit 9afc560

Browse files
committed
fix ci/cd
1 parent a130811 commit 9afc560

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727

2828
release:
2929
permissions:
30-
actions: write
31-
deployments: write
3230
contents: write
3331
id-token: write
3432
needs: build
@@ -37,14 +35,16 @@ jobs:
3735
runs-on: ubuntu-latest
3836
steps:
3937
- name: Git Checkout
40-
uses: actions/checkout@v4
38+
uses: actions/checkout@v4
39+
- uses: fregante/setup-git-user@v2
40+
- run: git config --global user.name "dependabot"
4141
- name: Use Node.js 21.x
4242
uses: actions/setup-node@v4
4343
with:
4444
node-version: 21.x
4545
registry-url: 'https://registry.npmjs.org'
46-
- name: Execute semver npm publishing
47-
uses: iuccio/npm-semver-publish-action@v1.33.0
46+
- name: npm-semver-publish
47+
uses: iuccio/npm-semver-publish-action@v1.11.0
4848
with:
4949
target-branch: 'master'
5050
provenance: true

0 commit comments

Comments
 (0)