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 db7c05e commit 243cfc2Copy full SHA for 243cfc2
scripts/tag.sh
@@ -12,7 +12,7 @@ eval `ssh-agent -s` &> /dev/null
12
ssh-add $GITHUB_WORKSPACE/scripts/deploy-key &> /dev/null
13
14
# Create and push tag
15
-export GIT_TAG=v$(grep -m 1 "\"version\"" $GITHUB_WORKSPACE/manifest-chrome.json | sed -r 's/^ *//;s/.*: *"//;s/",?//')
+export GIT_TAG=v$(grep -m 1 "\"version\"" $GITHUB_WORKSPACE/manifests/manifest-chrome.json | sed -r 's/^ *//;s/.*: *"//;s/",?//')
16
git checkout ${GITHUB_REF##*/}
17
git tag $GIT_TAG -a -m "Automatic tag from run $GITHUB_RUN_ID"
18
git push origin $GIT_TAG
0 commit comments