Skip to content

Commit

Permalink
remove --snapshot from goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Nov 2, 2024
1 parent 4c36e79 commit d6d0db0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release

on:
pull_request:
workflow_dispatch:
push:
tags:
- "*"
- "v*"

permissions:
contents: write
Expand All @@ -26,5 +26,5 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: release --clean --snapshot
version: "~> v2" # this is the goreleaser version, not httptap version
args: release --clean

0 comments on commit d6d0db0

Please # to comment.