Skip to content

Commit bacb265

Browse files
authored
Update build-template.yml
1 parent 2ef119a commit bacb265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
sign:
8383
needs: [build]
84-
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel') }}
84+
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
8585
runs-on: windows-latest
8686
permissions:
8787
id-token: write
@@ -145,4 +145,4 @@ jobs:
145145
"${{ github.workspace }}/packages/**/*.nupkg"
146146
--api-key dummy
147147
--source MainLatest
148-
--skip-duplicate
148+
--skip-duplicate

0 commit comments

Comments
 (0)