Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
iuccio committed Mar 30, 2024
1 parent 5c12141 commit 41900a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

release:
permissions:
actions: write
contents: write
id-token: write
needs: build
Expand All @@ -36,14 +35,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4
- 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.31.0
- name: npm-semver-publish
uses: iuccio/npm-semver-publish-action@v1.10.0
with:
target-branch: 'master'
provenance: true
Expand Down

0 comments on commit 41900a3

Please sign in to comment.