Skip to content

Commit

Permalink
fix: indent env field correctly (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay authored Sep 6, 2024
1 parent b3cf4d8 commit 86e2042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: releaser
on:
release:
Expand Down Expand Up @@ -27,6 +26,6 @@ jobs:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 86e2042

Please sign in to comment.