Skip to content

Commit

Permalink
πŸ’š ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius73 committed Jan 30, 2022
1 parent 3f86e8f commit ed01cf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -23,7 +25,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ed01cf2

Please sign in to comment.