Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
Signed-off-by: Saumya <76432998+SaumyaBhushan@users.noreply.github.com>
  • Loading branch information
SaumyaBhushan and sambhav authored Nov 29, 2022
1 parent b8fb796 commit 8e8ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
PACK_HELP="${PACK_HELP//'%'/'%25'}"
PACK_HELP="${PACK_HELP//$'\n'/'%0A'}"
PACK_HELP="${PACK_HELP//$'\r'/'%0D'}"
echo "help::$PACK_HELP" >> $GITHUB_OUTPUT
echo "help=$PACK_HELP" >> $GITHUB_OUTPUT
- name: Generate changelog
uses: ./.github/workflows/actions/release-notes
id: changelog
Expand Down

0 comments on commit 8e8ceba

Please sign in to comment.