Skip to content

Commit

Permalink
other: Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
embesozzi committed Nov 11, 2023
1 parent 8673584 commit 9aec09f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build-upload-release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v2

Expand All @@ -34,4 +37,4 @@ jobs:
with:
body: ${{ steps.changelog.outputs.changes }}
fail_on_unmatched_files: true
tag_name: ${{ steps.version.outputs.number }}
tag_name: ${{ steps.version.outputs.number }}

0 comments on commit 9aec09f

Please sign in to comment.