Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
iuccio committed Mar 30, 2024
1 parent a130811 commit 9afc560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Expand Up @@ -27,8 +27,6 @@ jobs:

release:
permissions:
actions: write
deployments: write
contents: write
id-token: write
needs: build
Expand All @@ -37,14 +35,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4
- uses: fregante/setup-git-user@v2
- run: git config --global user.name "dependabot"
- name: Use Node.js 21.x
uses: actions/setup-node@v4
with:
node-version: 21.x
registry-url: 'https://registry.npmjs.org'
- name: Execute semver npm publishing
uses: iuccio/npm-semver-publish-action@v1.33.0
- name: npm-semver-publish
uses: iuccio/npm-semver-publish-action@v1.11.0
with:
target-branch: 'master'
provenance: true
Expand Down

0 comments on commit 9afc560

Please sign in to comment.