We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6836 commit cf5e713Copy full SHA for cf5e713
.github/workflows/s3.yaml
@@ -26,10 +26,11 @@ jobs:
26
git config --local user.name "GitHub Action"
27
git tag $VERSION
28
git push https://${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git $VERSION
29
- elif: github.ref == 'refs/heads/test'
+
30
+ - name: Create and push test tag if on test branch
31
+ if: github.ref == 'refs/heads/test'
32
run: |
33
git fetch --unshallow
- VERSION=$(poetry version -s)
34
git config --local user.email "[email protected]"
35
36
git tag testvers
0 commit comments