File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Create changelog
1212 run : |
13- echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli@2.2.2 )" >> $GITHUB_ENV
13+ echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli -h -p angular -r 0 )" >> $GITHUB_ENV
1414
1515 - uses : actions/github-script@v6
1616 with :
Original file line number Diff line number Diff line change 3636 GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
3737 SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
3838 echo "Semver experimental version $SEMVER_VERSION-$GITHUB_SHA_SHORT"
39+ npm version --no-git-tag-version $SEMVER_VERSION-$GITHUB_SHA_SHORT --workspace=@ci-cd/abcd
40+ npm run publish:abcd
3941
4042 publishlatestnpm :
4143 name : Publish stable packages to NPM
5355 echo "Semver stable version unclean $SEMVER_VERSION"
5456 echo "Semver stable version valid $VALID_SEMVER_VERSION"
5557 echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli)" >> $GITHUB_ENV
58+ npm version --no-git-tag-version $VALID_SEMVER_VERSION --workspace=@ci-cd/abcd
59+ npm run publish:abcd
5660
5761 - uses : actions/github-script@v6
5862 with :
You can’t perform that action at this time.
0 commit comments