Skip to content

Commit 10a1811

Browse files
committed
fix: change skip-publish to snapshot
1 parent d515533 commit 10a1811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export GPG_PASSPHRASE
1010

1111
gpg --batch --import <<< "$GPG_PRIVATE_KEY"
1212

13-
goreleaser release --clean --config goreleaser.rpm.yaml --skip-publish --skip-validate
13+
goreleaser release --clean --config goreleaser.rpm.yaml --snapshot
1414

1515
echo "RPM build complete. Find RPMs in ./dist/"

0 commit comments

Comments
 (0)