We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d6709 commit a1ce35cCopy full SHA for a1ce35c
1 file changed
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Publish
44
run: |
45
bun install
46
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
+ if [ "${{ startsWith(github.ref, 'refs/tags/') }}" = "true" ]; then
47
./script/publish.ts
48
else
49
./script/publish.ts --snapshot
0 commit comments