Skip to content

Commit 7cf9d7a

Browse files
committed
chore: remove skip publish
1 parent 14a790e commit 7cf9d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ release:
4141
echo Aborting release on $$BRANCH; \
4242
else \
4343
bin/autotag --scheme=conventional; \
44-
bin/goreleaser release --skip-publish; \
44+
bin/goreleaser release; \
4545
fi

0 commit comments

Comments
 (0)