Skip to content

Commit 32cdb59

Browse files
committed
Attempt at fixing up publishing
1 parent fa1d47b commit 32cdb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ jobs:
12471247
- name: Publish to NPM on tag
12481248
env:
12491249
TAG: 'latest'
1250-
if: ${{ startsWith(github.head_ref, 'v') }}
1250+
if: github.event_name == 'create'
12511251
run: |
12521252
echo "${TAG}"
12531253
./scripts/npm_publish_lib.sh

0 commit comments

Comments
 (0)