Skip to content

Commit

Permalink
feat: simplify release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Sep 13, 2024
1 parent 08bde02 commit 4db7ca9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ jobs:
experimental-features = nix-command flakes
- name: Enter Nix Devshell
run: |
nix develop
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
nix develop --command bash -c "goreleaser release --clean"

0 comments on commit 4db7ca9

Please sign in to comment.