We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3516e21 commit af3b712Copy full SHA for af3b712
.github/workflows/update-release-tag.yml
@@ -7,7 +7,7 @@ on:
7
required: true
8
description: branch to update to (use tags/<tag name> for tag)
9
type: string
10
- default: '/heads/main'
+ default: 'heads/main'
11
jobs:
12
Update_Tag:
13
runs-on: "ubuntu-latest"
@@ -26,6 +26,6 @@ jobs:
26
await github.rest.git.updateRef({
27
owner: "godaddy-wordpress",
28
repo: "mwcs-deploy-action",
29
- ref: "refs/tags/v1",
+ ref: "tags/v1",
30
sha: r.data.object.sha
31
});
0 commit comments