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 81d6778 commit c57f2e1Copy full SHA for c57f2e1
‎.github/workflows/tag-publish.yml
@@ -47,6 +47,9 @@ jobs:
47
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
48
runs-on: ubuntu-latest
49
steps:
50
+ - name: ⬇️ Checkout repo
51
+ uses: actions/checkout@v3
52
+
53
- name: Publish stable packages
54
run: |
55
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
@@ -86,6 +89,9 @@ jobs:
86
89
87
90
88
91
92
93
94
95
- name: Publish stable Packages to GitHub
96
97
echo "publish latest to github"
0 commit comments