We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380fc95 commit c7423f3Copy full SHA for c7423f3
1 file changed
.github/workflows/deploy_demo.yml
@@ -88,9 +88,9 @@ jobs:
88
89
git push -f --set-upstream origin $CI_BRANCH
90
91
- # - name: Push tag
92
- # # TODO: uncomment once it works
93
- # # if: startswith(github.ref, 'refs/tags/v')
94
- # run: |
95
- # cd fair-python-cookiecutter-demo
96
- # # git tag "v$FAIR_TEMPLATE_VERSION"
+ - name: Push tag (to trigger release workflow in demo)
+ if: startswith(github.ref, 'refs/tags/v')
+ run: |
+ cd fair-python-cookiecutter-demo
+ git tag "v$FAIR_TEMPLATE_VERSION"
+ git push --tags origin $CI_BRANCH
0 commit comments