Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/205-release-process-is-broken
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki authored Jun 4, 2024
2 parents 4552ebd + a1303db commit d9d8248
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 d9d8248

Please sign in to comment.