Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 8, 2024
1 parent b05086a commit 2866d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ env:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Clone Repository
uses: actions/checkout@v4
Expand All @@ -44,6 +41,9 @@ jobs:
release:
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Clone Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2866d14

Please sign in to comment.