Skip to content

Commit

Permalink
correct rls workflows (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Jan 15, 2024
1 parent c0560f6 commit b456675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- "^v[0-9]+.[0-9]+.[0-9]+-rc.*"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -20,6 +20,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
args: release --clean --skip=homebrew
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- "^v[0-9]+.[0-9]+.[0-9]+$"
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b456675

Please sign in to comment.