Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 17, 2023
1 parent 67800a2 commit 5977580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,9 @@ jobs:
command: install
args: toml-cli
- run: gh release -R goreleaser/nfpm download -p 'nfpm_*_amd64.deb' -O nfpm.deb
env:
GH_TOKEN: ${{ github.token }}
- run: sudo dpkg -i nfpm.deb
- run: just archive-all do-release-package-ci
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 5977580

Please sign in to comment.