Skip to content

Commit 8f9a75c

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

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ jobs:
4848
echo "event asset dl type is:" ${{ github.event.release.assets[0].content_type }}
4949
echo "$RELEASE_CONTEXT"
5050
51-
# publish:
52-
# needs: [test, cypress]
53-
# # if: contains( github.ref, 'test-package-publishing')
54-
# uses: ./.github/workflows/02-npm-publish.yml
51+
onlyonmain:
52+
name: Publish stable packages
53+
if: contains( github.ref, 'test-package-publishing')
54+
# if: github.ref == 'refs/heads/test-package-publishing'
55+
runs-on: ubuntu-latest
56+
steps:
57+
- name: Publish stable packages
58+
run: |
59+
echo "We are on: " ${github.ref}

0 commit comments

Comments
 (0)