File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
name : Publish stable packages
63
63
if : github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
64
64
runs-on : ubuntu-latest
65
- env :
66
- CHANGELOG_TEXT : " REPLACE_ME"
65
+ # env:
66
+ # CHANGELOG_TEXT: "REPLACE_ME"
67
67
steps :
68
68
- name : ⬇️ Checkout repo
69
69
uses : actions/checkout@v3
@@ -72,10 +72,10 @@ jobs:
72
72
run : |
73
73
echo "We are running on: " ${{github.event.release.target_commitish}}
74
74
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
75
- CHANGELOG_TEXT=$(npx [email protected] )
76
75
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
77
76
echo "Semver stable version unclean $SEMVER_VERSION"
78
77
echo "Semver stable version valid $VALID_SEMVER_VERSION"
78
+ echo "CHANGELOG_TEXT=$(npx [email protected] )" >> $GITHUB_ENV
79
79
80
80
- uses : actions/github-script@v6
81
81
with :
You can’t perform that action at this time.
0 commit comments