Skip to content

Commit cf5e713

Browse files
author
mbarber
committed
test
1 parent 54f6836 commit cf5e713

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/s3.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
git config --local user.name "GitHub Action"
2727
git tag $VERSION
2828
git push https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git $VERSION
29-
elif: github.ref == 'refs/heads/test'
29+
30+
- name: Create and push test tag if on test branch
31+
if: github.ref == 'refs/heads/test'
3032
run: |
3133
git fetch --unshallow
32-
VERSION=$(poetry version -s)
3334
git config --local user.email "[email protected]"
3435
git config --local user.name "GitHub Action"
3536
git tag testvers

0 commit comments

Comments
 (0)