Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code committed Nov 23, 2023
1 parent ab2f6f4 commit 86eddd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- 'v*'
- '*'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.5.4
with:
fetch-depth: 0

- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
Expand All @@ -87,6 +87,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --config --snapshot .goreleaser.yaml
args: release --clean --config .goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit 86eddd9

Please sign in to comment.