Skip to content

Commit

Permalink
Attempt to fix automatic creation of GitHub release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Aug 20, 2024
1 parent 323adef commit ed2f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Don't release when running the workflow manually from GitHub's UI.
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ed2f21e

Please sign in to comment.