Skip to content

Commit

Permalink
chore: Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito authored Jul 17, 2024
1 parent 5eca14c commit fc0aaeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write
outputs:
released: ${{ steps.release.outputs.released }}
version: ${{ steps.release.outputs.version }}

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit fc0aaeb

Please sign in to comment.