Skip to content

Commit 50bdcf8

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 740785e commit 50bdcf8

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
@@ -51,9 +51,9 @@ jobs:
5151
onlyonmain:
5252
name: Publish stable packages
5353
# if: contains( github.ref, 'test-package-publishing')
54-
# if: github.ref == 'refs/heads/test-package-publishing'
54+
if: github.event.release.target_commitish == test-package-publishing
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Publish stable packages
5858
run: |
59-
echo ${GITHUB_REF}
59+
echo "We are running on: " ${github.event.release.target_commitish}

0 commit comments

Comments
 (0)