Skip to content

Commit c57f2e1

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 81d6778 commit c57f2e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
4848
runs-on: ubuntu-latest
4949
steps:
50+
- name: ⬇️ Checkout repo
51+
uses: actions/checkout@v3
52+
5053
- name: Publish stable packages
5154
run: |
5255
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
@@ -86,6 +89,9 @@ jobs:
8689
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
8790
runs-on: ubuntu-latest
8891
steps:
92+
- name: ⬇️ Checkout repo
93+
uses: actions/checkout@v3
94+
8995
- name: Publish stable Packages to GitHub
9096
run: |
9197
echo "publish latest to github"

0 commit comments

Comments
 (0)