Skip to content

Commit 3c7f29d

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 40d0b1b commit 3c7f29d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
name: Publish stable packages
6363
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
6464
runs-on: ubuntu-latest
65-
env:
66-
CHANGELOG_TEXT: "REPLACE_ME"
65+
# env:
66+
# CHANGELOG_TEXT: "REPLACE_ME"
6767
steps:
6868
- name: ⬇️ Checkout repo
6969
uses: actions/checkout@v3
@@ -72,10 +72,10 @@ jobs:
7272
run: |
7373
echo "We are running on: " ${{github.event.release.target_commitish}}
7474
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
75-
CHANGELOG_TEXT=$(npx [email protected])
7675
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
7776
echo "Semver stable version unclean $SEMVER_VERSION"
7877
echo "Semver stable version valid $VALID_SEMVER_VERSION"
78+
echo "CHANGELOG_TEXT=$(npx [email protected])" >> $GITHUB_ENV
7979
8080
- uses: actions/github-script@v6
8181
with:

0 commit comments

Comments
 (0)