Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
ebirger committed Sep 21, 2023
1 parent 74aa56d commit 27fa8d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nsof-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: --snapshot --skip-sign --clean --split --timeout 2h
args: --skip-sign --clean --timeout 2h
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 27fa8d7

Please sign in to comment.