Skip to content

Commit

Permalink
Update the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Sep 7, 2023
1 parent eb017a2 commit 25b9df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
@@ -1,4 +1,4 @@
name: release
name: Release
on:
push:
tags:
Expand All @@ -17,6 +17,6 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25b9df6

Please sign in to comment.