Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrlcoelho committed Feb 11, 2024
1 parent f7d8c52 commit 633dac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NEW_TAG=$(node -e "console.log(require('./package.json').version)")
CHANGELOG=$(git log --pretty=format:"%h - %s (%an)" $LAST_TAG..HEAD)
RELEASE_NOTES="**Full Changelog**: https://github.com/${{ github.repository }}/compare/$LAST_TAG...$NEW_TAG"
echo ::set-outout name=RELEASE_NOTES::$RELEASE_NOTES
echo ::set-output name=RELEASE_NOTES::$RELEASE_NOTES
- name: Create new tag
uses: actions/github-script@v3
Expand Down

0 comments on commit 633dac8

Please sign in to comment.