Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejeff77 authored Feb 8, 2023
1 parent 2c8d36f commit f110b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git tag -a "${tag}" "${ref}" -m "${message}" ${force} ${alwaysPass}
git push origin "${tag}" "$force" ${alwaysPass}
git push origin "${tag}" ${force} ${alwaysPass}
branding:
icon: search
color: yellow

0 comments on commit f110b45

Please sign in to comment.