Skip to content

Commit b9f93a7

Browse files
committed
More CI testing
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 99e359b commit b9f93a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
env:
34-
TAG: ${{ github.ref_name == 'main' && 'OFX_Release_1.5' || github.ref_name }}
34+
TAG: ${{ (github.ref_name == 'main' || github.ref_name == '') && 'OFX_Release_1.5' || github.ref_name }}
3535
permissions:
3636
contents: write
3737
id-token: write

0 commit comments

Comments
 (0)