Skip to content

Commit 22ca229

Browse files
committed
Also publish when the ref if a version tag
1 parent 21efb9e commit 22ca229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

5050
publish:
51-
if: github.event_name == 'push'
51+
if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/v')
5252
needs: [build]
5353
runs-on: ubuntu-latest
5454

0 commit comments

Comments
 (0)