Skip to content

Commit

Permalink
build(release): dev builds are drafts and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 20, 2024
1 parent 5a4663e commit ed7f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --config .goreleaser-dev.yaml
args: release --clean --draft --snapshot --config .goreleaser-dev.yaml
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
- run: echo "${HOME}/.humanlog/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit ed7f35b

Please sign in to comment.