Skip to content

Commit

Permalink
feat(ci): fix ci build (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Fleming authored May 4, 2021
1 parent 785a253 commit 9c92b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist --snapshot
args: build --snapshot
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c92b8e

Please sign in to comment.