Skip to content

Commit

Permalink
Merge pull request #14 from qdrant/action-tuning
Browse files Browse the repository at this point in the history
Removed a '--snapshot' option from the go-releaser
  • Loading branch information
n0x29a committed Jun 24, 2024
2 parents 062b110 + 4fb28d0 commit f2f6b5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go-provider.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Provider Release
on:
push:
# tags:
# - 'v*'
branches:
- main
tags:
- 'v1.*'
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -25,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --snapshot --clean
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f2f6b5c

Please sign in to comment.