Skip to content

Commit 4867a63

Browse files
committed
trunc
1 parent f9e737f commit 4867a63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/myrelease.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: |
4545
git tag ${{ steps.bumpver.outputs.new_version }}
46-
git remote set-url --push origin https://rdtmaster:$GITHUB_TOKEN@github.com/rdtmaster/testsetup
4746
git push --tags
48-
git pull --tags
47+
4948
5049
- name: install go-msi
5150
run: choco install go-msi

0 commit comments

Comments
 (0)