File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
# uses: ./.github/workflows/01-cypress.yml
28
28
# needs: [build]
29
29
30
+ default :
31
+ uses : ./.github/workflows/default.yml
32
+
30
33
publishnext :
34
+ needs : [default]
31
35
name : Publish experimental Packages
32
36
# needs: [test, cypress]
33
37
# Only publish if not on the main branch, the release tag starts with a "v"
@@ -58,12 +62,11 @@ jobs:
58
62
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
59
63
echo "Semver experimental version $SEMVER_VERSION-$GITHUB_SHA_SHORT"
60
64
61
- publishstable :
65
+ publishlatest :
66
+ needs : [default]
62
67
name : Publish stable packages
63
68
if : github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
64
69
runs-on : ubuntu-latest
65
- # env:
66
- # CHANGELOG_TEXT: "REPLACE_ME"
67
70
steps :
68
71
- name : ⬇️ Checkout repo
69
72
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments