Skip to content

Commit

Permalink
fix: typo in github action
Browse files Browse the repository at this point in the history
my apologies for the struggles on getting a good v0.1.3 release out
  • Loading branch information
samsullivan committed Jan 18, 2024
1 parent 327fe5a commit 98666b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config scripts/.goreleaser/release.yaml
args: release --config .goreleaser/release.yaml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 comments on commit 98666b9

Please sign in to comment.