mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
remove collect binary and risc binary
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -13,6 +13,13 @@ jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Verify release branch
|
||||
run: |
|
||||
if [[ "${{ github.ref }}" != refs/heads/v1beta3 ]]; then
|
||||
echo "::error::Releases can only be created from the v1beta3 branch"
|
||||
echo "Current ref: ${{ github.ref }}"
|
||||
exit 1
|
||||
fi
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user