Skip to content

Commit

Permalink
#201: tiny improvement (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsulak authored Jun 4, 2024
1 parent ca39b78 commit a1303db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
const tag = core.getInput('tag-name')
const ref = `refs/tags/${tag}`;
const sha = context.sha; // The SHA of the commit to tag
const tagMessage = 'Releasing new version';
const tagMessage = `${tag} released by GitHub Action`;
const tagObject = await github.rest.git.createTag({
owner: context.repo.owner,
Expand Down

0 comments on commit a1303db

Please sign in to comment.