Skip to content

Commit

Permalink
fix(ci): tune the pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Oct 7, 2023
1 parent d84da8c commit b1a92dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ concurrency:
cancel-in-progress: true

jobs:
release:
prerelease:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Fetch all tags
run: git fetch --force --tags
- name: Cleanup pre-release tags
run: git tag -l | grep -E "v[0-9]+.[0-9]+.[0-9]+-(alpha|beta|rc).[0-9]+" | xargs git tag -d
- name: Setup Golang
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit b1a92dd

Please sign in to comment.