Skip to content

Commit

Permalink
ci: For release in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 3, 2024
1 parent dcd6916 commit a479e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
if: success() && ${{ needs.prepare.outputs.is-release }}
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a479e5c

Please sign in to comment.