Skip to content

Commit

Permalink
Test release-signing workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Sep 25, 2024
1 parent f65e973 commit 475f32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

env:
TAG: ${{ github.ref_name }}
TAG: ${{ github.ref_name == 'main' && '1.5' || github.ref_name }}
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit 475f32a

Please sign in to comment.