Skip to content

Commit

Permalink
fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Apr 12, 2024
1 parent 3641f84 commit d5a9a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
Expand Down

0 comments on commit d5a9a20

Please sign in to comment.