Skip to content

Commit

Permalink
Update releaser.yml
Browse files Browse the repository at this point in the history
disabled branch check
  • Loading branch information
ondrovic authored Aug 25, 2024
1 parent bd34879 commit 7eedba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
goreleaser:
if: github.ref_name == github.event.repository.default_branch
# if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -37,4 +37,4 @@ jobs:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7eedba7

Please sign in to comment.