-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DO NOT MERGE -- testing secrets #513
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/release.yml
Outdated
|
||
- name: Build and publish new dev version | ||
run: mvn -B -U -V -ntp deploy -P release | ||
mvn -B -U -V -ntp release:prepare -DdryRun=true -DreleaseVersion=0.001 -Dtag=0.001 -DdevelopmentVersion=0.002 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be able to use this Maven command to test things out:
mvn -B -V -ntp verify gpg:sign -P release
The release profile used here should trigger the gpg:sign
goal anyway, but it won't hurt anything to be explicit about his goal anyway.
I haven't been able to get this to error out locally, so I'm not 100% sure this will do the trick
00d2b89
to
975b4c8
Compare
cb9a2e4
to
c71d190
Compare
Troubleshooting org level secrets
#450
This should not be merged, but rather used to run the actions.
For example,
https://github.com/eclipse-pass/main/actions/runs/4670727484