Skip to content

Commit

Permalink
Update release_draft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsulak authored May 28, 2024
1 parent 1dfc91a commit 69e235e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +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 tagObject = await github.rest.git.createTag({
owner: context.repo.owner,
Expand Down

0 comments on commit 69e235e

Please sign in to comment.