Skip to content

Commit 470da94

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent c57f2e1 commit 470da94

File tree

3 files changed

+3225
-80
lines changed

3 files changed

+3225
-80
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
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: |
@@ -56,7 +52,7 @@ jobs:
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]

0 commit comments

Comments
 (0)