Skip to content

Commit

Permalink
Fix CircleCI skip tag (#321)
Browse files Browse the repository at this point in the history
* [skip,ci] test

* [skip ci] test

* Fix CircleCI skip ci tag
  • Loading branch information
adgonz90 authored Dec 5, 2024
1 parent 3132f13 commit 9470d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- add_ssh_keys:
fingerprints:
- "0a:8a:6d:3a:22:28:74:a8:9e:a6:72:5d:bc:2b:aa:fe"
- run: mvn --settings ".circleci/settings.xml" -B release:clean release:prepare release:perform -P release -DscmCommentPrefix="[skip,ci]" # uses maven-release-plugin and nexus-staging-maven-plugin
- run: mvn --settings ".circleci/settings.xml" -B release:clean release:prepare release:perform -P release -DscmCommentPrefix="[skip ci]" # uses maven-release-plugin and nexus-staging-maven-plugin

# RELEASE Deploy to Maven Central
release-maven-central-deploy-job:
Expand Down

0 comments on commit 9470d3b

Please sign in to comment.