Browse Source

[BRE-1424] Fixing checkout ref for github-release

pull/443/head
Andy Pixley 2 days ago
parent
commit
cc03ede335
No known key found for this signature in database
GPG Key ID: 4025C92FEDF5ED81
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -221,7 +221,7 @@ jobs: @@ -221,7 +221,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
ref: main
ref: ${{ needs.self-host-version-check.outputs.latest_version }}
- name: Prepare release notes
id: prepare-release-notes

Loading…
Cancel
Save