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.
2 parents f8f644b + 2bb4d62 commit d42f09bCopy full SHA for d42f09b
.github/workflows/main.yml
@@ -147,8 +147,8 @@ jobs:
147
148
- name: Tag commit
149
run: |
150
- git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}"
151
- git push -f origin "$(steps.get_version.outputs.version)"
+ git tag "${{steps.get_version.outputs.version}}" "${{github.ref_name}}"
+ git push -f origin "${{steps.get_version.outputs.version}}"
152
153
- name: Set up Python
154
uses: actions/setup-python@v2
0 commit comments