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 cf5e713 commit 2eaa293Copy full SHA for 2eaa293
.github/workflows/s3.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Create and push tag if on prod branch
21
if: github.ref == 'refs/heads/prod'
22
run: |
23
- git fetch --unshallow
+ git fetch
24
VERSION=$(poetry version -s)
25
git config --local user.email "[email protected]"
26
git config --local user.name "GitHub Action"
@@ -30,7 +30,7 @@ jobs:
30
- name: Create and push test tag if on test branch
31
if: github.ref == 'refs/heads/test'
32
33
34
35
36
git tag testvers
0 commit comments