Skip to content

Commit af3b712

Browse files
this api is so inconsistent
1 parent 3516e21 commit af3b712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
description: branch to update to (use tags/<tag name> for tag)
99
type: string
10-
default: '/heads/main'
10+
default: 'heads/main'
1111
jobs:
1212
Update_Tag:
1313
runs-on: "ubuntu-latest"
@@ -26,6 +26,6 @@ jobs:
2626
await github.rest.git.updateRef({
2727
owner: "godaddy-wordpress",
2828
repo: "mwcs-deploy-action",
29-
ref: "refs/tags/v1",
29+
ref: "tags/v1",
3030
sha: r.data.object.sha
3131
});

0 commit comments

Comments
 (0)