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 b39df42 commit ca3a7d3Copy full SHA for ca3a7d3
.github/workflows/re-release.yml
@@ -23,15 +23,10 @@ jobs:
23
- name: Checkout Repository
24
uses: actions/checkout@v4
25
26
- - name: Checkout Code
27
- uses: actions/checkout@v4
28
- with:
29
- ref: ${{ inputs.version_tag }}
30
-
31
- - name: Move one commit back
+ - name: Checkout Code one commit back
32
run: |
33
git fetch --prune --unshallow || true
34
- git checkout HEAD^
+ git checkout ${{ inputs.version_tag }}~1
35
36
- name: Set up Java
37
uses: actions/setup-java@v4
0 commit comments