We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e737f commit 4867a63Copy full SHA for 4867a63
.github/workflows/myrelease.yml
@@ -43,9 +43,8 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
45
git tag ${{ steps.bumpver.outputs.new_version }}
46
- git remote set-url --push origin https://rdtmaster:$GITHUB_TOKEN@github.com/rdtmaster/testsetup
47
git push --tags
48
- git pull --tags
+
49
50
- name: install go-msi
51
run: choco install go-msi
0 commit comments