Skip to content

Commit a146dc5

Browse files
committed
Replace release artifcacts always
1 parent c3cb7e8 commit a146dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
mkdir github-latest
5151
cp kar/target/opennms-pris-plugin.kar github-latest/opennms-pris-plugin-$(cat version.txt).kar
5252
if [[ "develop" == "${CIRCLE_BRANCH}" ]]; then
53-
GHR_OPTS="-prerelease -replace"
53+
GHR_OPTS="-prerelease"
5454
fi
55-
ghr ${GHR_OPTS} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} v$(cat version.txt) github-latest
55+
ghr ${GHR_OPTS} -replace -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} v$(cat version.txt) github-latest
5656
workflows:
5757
commit:
5858
jobs:

0 commit comments

Comments
 (0)