Skip to content

Commit

Permalink
fix: skip already published instead of aborting
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Nov 13, 2023
1 parent 86fbb94 commit a79d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ publish-artifacts: install-fluvio-package unzip-gh-release-artifacts
--package=$(subst .exe, ,$(subst -$(shell cat $(basename $(bin))/.target), ,$(basename $(bin)))) \
--version=$(PUBLIC_VERSION) \
--target=$$TARGET \
$$ARTIFACT; \
$$ARTIFACT || true; \
)

publish-artifacts-hub: PUBLIC_VERSION=$(subst -$(GIT_COMMIT_SHA),+$(GIT_COMMIT_SHA),$(VERSION))
Expand Down

0 comments on commit a79d93f

Please sign in to comment.