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 50bdcf8 commit 79c4156Copy full SHA for 79c4156
‎.github/workflows/tag-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
onlyonmain:
52
name: Publish stable packages
53
# if: contains( github.ref, 'test-package-publishing')
54
- if: github.event.release.target_commitish == test-package-publishing
+ if: github.event.release.target_commitish == 'test-package-publishing'
55
runs-on: ubuntu-latest
56
steps:
57
- name: Publish stable packages
0 commit comments