Skip to content

Commit 47a3c80

Browse files
author
mbarber
committed
test
1 parent 4650521 commit 47a3c80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/s3.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ jobs:
2020
- name: Create and push tag if on prod branch
2121
if: github.ref == 'refs/heads/prod'
2222
run: |
23-
git remote set-url origin https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}
2423
VERSION=$(poetry version -s)
2524
git tag $VERSION
2625
git push origin $VERSION
2726
2827
- name: Create and push test tag if on test branch
2928
if: github.ref == 'refs/heads/test'
3029
run: |
31-
git remote set-url origin https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}
30+
VERSION=$(poetry version -s)
3231
git tag testvers
3332
git push origin testvers
3433

0 commit comments

Comments
 (0)