We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84da8c commit b1a92ddCopy full SHA for b1a92dd
.github/workflows/prerelease.yaml
@@ -16,15 +16,13 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- release:
+ prerelease:
20
runs-on: ubuntu-22.04
21
steps:
22
- name: Checkout
23
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
24
- name: Fetch all tags
25
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
28
- name: Setup Golang
29
uses: actions/setup-go@v4
30
with:
0 commit comments