Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
j616 committed Dec 5, 2023
1 parent 0a83575 commit 4bf61b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
needs: ci
permissions:
actions: read
contents: read
id-token: write
environment:
name: publish-packages
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4bf61b6

Please sign in to comment.