Skip to content

Commit 2c213c6

Browse files
author
mbarber
committed
test
1 parent c747dbe commit 2c213c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/s3.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ 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'
30+
run: |
31+
git fetch --unshallow
32+
VERSION=$(poetry version -s)
33+
git config --local user.email "[email protected]"
34+
git config --local user.name "GitHub Action"
35+
git tag testvers
36+
git push https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git testvers
2937
3038
- name: Install Pandoc
3139
run: |

0 commit comments

Comments
 (0)