We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65f4cc commit 8f9a75cCopy full SHA for 8f9a75c
‎.github/workflows/tag-publish.yml
@@ -48,7 +48,12 @@ jobs:
48
echo "event asset dl type is:" ${{ github.event.release.assets[0].content_type }}
49
echo "$RELEASE_CONTEXT"
50
51
- # publish:
52
- # needs: [test, cypress]
53
- # # if: contains( github.ref, 'test-package-publishing')
54
- # uses: ./.github/workflows/02-npm-publish.yml
+ onlyonmain:
+ name: Publish stable packages
+ if: contains( github.ref, 'test-package-publishing')
+ # 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