Skip to content

Commit 6b26f57

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent a118d07 commit 6b26f57

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.ref == 'refs/heads/test-package-publishing'
54+
# if: github.ref == 'refs/heads/test-package-publishing'
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Publish stable packages

0 commit comments

Comments
 (0)