Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 27, 2024
1 parent bab683d commit 6a7e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with:
path: ${{ github.run_id }}
ref: ${{ inputs.release-ref }}
token: ${{ secrets.PAT | secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}

- name: Create release
id: version-number
Expand Down

0 comments on commit 6a7e5a6

Please sign in to comment.