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 48d7252 commit 43b267dCopy full SHA for 43b267d
.github/workflows/test-library.yml
@@ -266,15 +266,15 @@ jobs:
266
- name: Setup git user as [bot]
267
if: >-
268
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
269
- && fromJSON(needs.pre-setup.outputs.release-requested)
+ || fromJSON(needs.pre-setup.outputs.release-requested)
270
uses: fregante/[email protected]
271
- name: >-
272
Tag the release in the local Git repo
273
as ${{ needs.pre-setup.outputs.git-tag }}
274
for setuptools-scm to set the desired version
275
276
277
278
run: >-
279
git tag
280
-m '${{ needs.pre-setup.outputs.git-tag }}'
0 commit comments