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 3a61aa0 commit 0234908Copy full SHA for 0234908
.github/workflows/tag-publish.yml
@@ -60,6 +60,9 @@ jobs:
60
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
61
runs-on: ubuntu-latest
62
steps:
63
+ - name: ⬇️ Checkout repo
64
+ uses: actions/checkout@v3
65
+
66
- name: Publish stable packages
67
run: |
68
echo "We are running on: " ${{github.event.release.target_commitish}}
0 commit comments