Skip to content

Commit c4aab32

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 20340c6 commit c4aab32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
env:
3838
RELEASE_CONTEXT: ${{ toJson(github.event.release) }}
39+
3940
steps:
4041
- name: Log Tag Name
4142
run: |
@@ -47,6 +48,8 @@ jobs:
4748
echo "event asset dl is:" ${{ github.event.release.assets[0].browser_download_url }}
4849
echo "event asset dl type is:" ${{ github.event.release.assets[0].content_type }}
4950
echo "$RELEASE_CONTEXT"
51+
GIT_HASH_SHORT=$(git rev-parse --short "$GITHUB_SHA")
52+
echo "GIT_HASH_SHORT $GIT_HASH_SHORT"
5053
5154
onlyonmain:
5255
name: Publish stable packages
@@ -56,3 +59,4 @@ jobs:
5659
- name: Publish stable packages
5760
run: |
5861
echo "We are running on: " ${{github.event.release.target_commitish}}
62+
npx find-versions-cli ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)