Skip to content

Commit f86a421

Browse files
committed
Don't try to deploy website from tags
Since we use federated creds that only allow deployment from main
1 parent 67d00c7 commit f86a421

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
path: bin/*
6868

6969
deploy:
70+
if: github.ref_type != 'tag'
7071
needs: build
7172
runs-on: ubuntu-latest
7273
steps:

0 commit comments

Comments
 (0)