Skip to content

Commit e86d393

Browse files
Update build-and-sign.yml
1 parent b5b2891 commit e86d393

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
@@ -33,7 +33,7 @@ jobs:
3333
path: src/AClassLibrary/bin/Release/**/*.nupkg
3434

3535
sign:
36-
if: ${{ github.ref == 'ref/heads/main' }} # Only run this job on the main branch
36+
if: github.ref == 'ref/heads/main' # Only run this job on the main branch
3737
permissions:
3838
id-token: write # Required for requesting the JWT
3939

0 commit comments

Comments
 (0)