Skip to content

Commit 7513963

Browse files
Update build-and-sign.yml
1 parent edeeaee commit 7513963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sign:
3737
needs: build
3838
runs-on: windows-latest
39-
if: github.ref == 'ref/heads/main'
39+
if: ${{ github.ref == 'refs/heads/main' }}
4040
permissions:
4141
id-token: write # Required for requesting the JWT
4242

0 commit comments

Comments
 (0)