Skip to content

Commit a118d07

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 8f9a75c commit a118d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
5151
onlyonmain:
5252
name: Publish stable packages
53-
if: contains( github.ref, 'test-package-publishing')
54-
# if: github.ref == 'refs/heads/test-package-publishing'
53+
# if: contains( github.ref, '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)