Skip to content

Commit

Permalink
[TASK] Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Feb 10, 2022
1 parent af38551 commit 0a5c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
readonly local comment=$(git tag -n10 -l ${{ steps.get-version.outputs.version }} | sed "s/^[0-9.]*[ ]*//g")
if [[ -z "${comment// }" ]]; then
echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of form_typolink_checkbox
echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of form_translator
else
echo ::set-output name=comment::$comment
fi
Expand Down

0 comments on commit 0a5c414

Please sign in to comment.