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 740785e commit 50bdcf8Copy full SHA for 50bdcf8
‎.github/workflows/tag-publish.yml
@@ -51,9 +51,9 @@ jobs:
51
onlyonmain:
52
name: Publish stable packages
53
# if: contains( github.ref, 'test-package-publishing')
54
- # if: github.ref == 'refs/heads/test-package-publishing'
+ if: github.event.release.target_commitish == test-package-publishing
55
runs-on: ubuntu-latest
56
steps:
57
- name: Publish stable packages
58
run: |
59
- echo ${GITHUB_REF}
+ echo "We are running on: " ${github.event.release.target_commitish}
0 commit comments