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 707d9d2 commit b39df42Copy full SHA for b39df42
.github/workflows/re-release.yml
@@ -29,7 +29,7 @@ jobs:
29
ref: ${{ inputs.version_tag }}
30
31
- name: Move one commit back
32
- run:
+ run: |
33
git fetch --prune --unshallow || true
34
git checkout HEAD^
35
0 commit comments