Skip to content

Commit b1a92dd

Browse files
committed
fix(ci): tune the pre-release workflow
1 parent d84da8c commit b1a92dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
release:
19+
prerelease:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2424
- name: Fetch all tags
2525
run: git fetch --force --tags
26-
- name: Cleanup pre-release tags
27-
run: git tag -l | grep -E "v[0-9]+.[0-9]+.[0-9]+-(alpha|beta|rc).[0-9]+" | xargs git tag -d
2826
- name: Setup Golang
2927
uses: actions/setup-go@v4
3028
with:

0 commit comments

Comments
 (0)