Skip to content

Commit

Permalink
Revert "Fix matching requested version with Git tag in GHA (#815)"
Browse files Browse the repository at this point in the history
This reverts commit 48d7252.
  • Loading branch information
abhinavsingh authored Nov 27, 2021
1 parent 48d7252 commit 9868a07
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,13 @@ jobs:
- name: Setup git user as [bot]
if: >-
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
&& fromJSON(needs.pre-setup.outputs.release-requested)
uses: fregante/setup-git-user@v1.0.1
- name: >-
Tag the release in the local Git repo
as ${{ needs.pre-setup.outputs.git-tag }}
for setuptools-scm to set the desired version
for setuptools-scm to se the desired version
if: >-
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
&& fromJSON(needs.pre-setup.outputs.release-requested)
run: >-
git tag
-m '${{ needs.pre-setup.outputs.git-tag }}'
Expand Down Expand Up @@ -785,10 +783,7 @@ jobs:
Tag the release in the local Git repo
as v${{ needs.pre-setup.outputs.git-tag }}
run: >-
git tag
-m '${{ needs.pre-setup.outputs.git-tag }}'
'${{ needs.pre-setup.outputs.git-tag }}'
--
git tag '${{ needs.pre-setup.outputs.git-tag }}'
${{ github.event.inputs.release-commitish }}
- name: >-
Push ${{ needs.pre-setup.outputs.git-tag }} tag corresponding
Expand Down

0 comments on commit 9868a07

Please sign in to comment.