File tree Expand file tree Collapse file tree 3 files changed +3225
-80
lines changed Expand file tree Collapse file tree 3 files changed +3225
-80
lines changed Original file line number Diff line number Diff line change 3030 startsWith(github.ref, 'refs/tags/v') &&
3131 github.event.release.prerelease == true
3232 runs-on : ubuntu-latest
33- env :
34- RELEASE_CONTEXT : ${{ toJson(github.event.release) }}
35- TEST_CONTEXT : ${{ toJson(github.event) }}
36-
3733 steps :
3834 - name : Publish experimental Packages to NPM
3935 run : |
5652 VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
5753 echo "Semver stable version unclean $SEMVER_VERSION"
5854 echo "Semver stable version valid $VALID_SEMVER_VERSION"
59- echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli@2.2.2 )" >> $GITHUB_ENV
55+ echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli)" >> $GITHUB_ENV
6056
6157 - uses : actions/github-script@v6
6258 with :
@@ -96,10 +92,10 @@ jobs:
9692 run : |
9793 echo "publish latest to github"
9894
99- createchangelognext :
95+ changelognext :
10096 uses : ./.github/workflows/changelog.yml
10197 needs : [publishnextgithub, publishnextnpm]
10298
103- createchangeloglatest :
99+ changeloglatest :
104100 uses : ./.github/workflows/changelog.yml
105101 needs : [publishlatestgithub, publishlatestnpm]
You can’t perform that action at this time.
0 commit comments