1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(ci): params

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-06-05 02:13:33 +00:00
parent bad1132e78
commit a9ea729c96
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -96,7 +96,7 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
run: |
if [[ $GITHUB_REF == refs/tags/v* ]]; then
./goreleaser --auto-snapshot
./goreleaser
elif [[ $GITHUB_REF == refs/heads/master ]]; then
./goreleaser --snapshot
fi