Skip to content

Commit ca3a7d3

Browse files
committed
1
1 parent b39df42 commit ca3a7d3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/re-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
- name: Checkout Repository
2424
uses: actions/checkout@v4
2525

26-
- name: Checkout Code
27-
uses: actions/checkout@v4
28-
with:
29-
ref: ${{ inputs.version_tag }}
30-
31-
- name: Move one commit back
26+
- name: Checkout Code one commit back
3227
run: |
3328
git fetch --prune --unshallow || true
34-
git checkout HEAD^
29+
git checkout ${{ inputs.version_tag }}~1
3530
3631
- name: Set up Java
3732
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)