Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
submodules: true
fetch-depth: 0
ref: release-${{ inputs.version }}
token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}

- uses: ./.github/actions/validate-version
Expand All @@ -38,6 +37,7 @@ jobs:
- name: Determine patch version
id: patch
run: |
git checkout release-"${VERSION}"
last_tag="$(git describe --tags --abbrev=0)"

if [[ "$last_tag" =~ ^"${VERSION}"\.x$ ]]; then
Expand Down
Loading