File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Create changelog
15
15
run : |
16
- echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli -h -p angular -r 0)" >> $GITHUB_ENV
16
+ echo 'CHANGELOG_TEXT<<EOF' >> $GITHUB_ENV
17
+ npx conventional-changelog-cli -h -p angular -r 0) >> $GITHUB_ENV
18
+ echo 'EOF' >> $GITHUB_ENV
17
19
18
20
- uses : actions/github-script@v6
19
21
with :
Original file line number Diff line number Diff line change 60
60
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
61
61
echo "Semver stable version unclean $SEMVER_VERSION"
62
62
echo "Semver stable version valid $VALID_SEMVER_VERSION"
63
- echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli)" >> $GITHUB_ENV
64
- npm version --no-git-tag-version 0.0.22 --workspace=@ci-cd/abcd
63
+ npm version --no-git-tag-version ${{ env.VALID_SEMVER_VERSION }} --workspace=@ci-cd/abcd
65
64
npm run publish:abcd
66
65
67
66
publishnextgithub :
You can’t perform that action at this time.
0 commit comments