Skip to content

Commit 0234908

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 3a61aa0 commit 0234908

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
6161
runs-on: ubuntu-latest
6262
steps:
63+
- name: ⬇️ Checkout repo
64+
uses: actions/checkout@v3
65+
6366
- name: Publish stable packages
6467
run: |
6568
echo "We are running on: " ${{github.event.release.target_commitish}}

0 commit comments

Comments
 (0)