Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsultratom committed Mar 30, 2023
1 parent 1834076 commit a8086b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9610,7 +9610,7 @@ async function run() {
const gh = github.getOctokit(process.env.GITHUB_TOKEN);

// Get the input from the workflow file.
let tag_name = core.getInput('tag_ref', { required: true });
let tag_name = core.getInput('tag_name', { required: true });
tag_name = tag_name.replace(/^refs\/tags\//, '');
const owner = core.getInput('owner', { required: true });
const repo = core.getInput('repo', { required: true });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-branch-from-tag",
"version": "1.1.1",
"version": "1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a8086b9

Please sign in to comment.