Skip to content

Commit

Permalink
fix(goreleaser): set goreleaser version up to 1.18.x (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Triple-Z authored Sep 11, 2023
1 parent 5fc30ae commit 8bc4c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

permissions:
contents: write
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: ~> 1.18
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ steps.installationToken.outputs.token }}

0 comments on commit 8bc4c00

Please sign in to comment.