Skip to content

Commit 79c4156

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 50bdcf8 commit 79c4156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
onlyonmain:
5252
name: Publish stable packages
5353
# if: contains( github.ref, 'test-package-publishing')
54-
if: github.event.release.target_commitish == test-package-publishing
54+
if: github.event.release.target_commitish == 'test-package-publishing'
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Publish stable packages

0 commit comments

Comments
 (0)