Skip to content

Commit

Permalink
Checkout release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Sep 25, 2024
1 parent 9dcec34 commit f1a1714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ jobs:
run: |
./mvnw -B release:perform -Poss-release,oss-stage
- name: Display git status and history
- name: Display git status and history, checkout release tag
run: |
git status
git log --oneline -n 2
git checkout "${VERSION}"
- name: List locally staged artifacts
run: |
Expand All @@ -97,6 +98,7 @@ jobs:
if: ${{ inputs.push }}
run: |
git status
git describe
git push origin master
- name: Unlock branch after a release
Expand Down

0 comments on commit f1a1714

Please sign in to comment.