File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 mvn versions:set -DnewVersion=${{ needs.extract-version.outputs.clean_version }} -DprocessAllModules
4242 mvn versions:commit
4343
44- - uses : .github/workflows/generic-workflow.yml
44+ - uses : ./. github/workflows/generic-workflow.yml
4545 with :
4646 service : ssh-key-signer-server
4747
48- - uses : .github/workflows/ssh-key-signer-server-docker.yml
48+ - uses : ./. github/workflows/ssh-key-signer-server-docker.yml
4949
50- - uses : .github/workflows/go-build.yml
50+ - uses : ./. github/workflows/go-build.yml
5151 with :
5252 service : go-ssh-signer
5353 artifact : ssh-keysign
Original file line number Diff line number Diff line change 11.idea
22** /target /
33** /node_modules /
4- ** /* ca_key *
4+ ** /* ca_key *
5+ retry-tag-workflow.sh
6+
You can’t perform that action at this time.
0 commit comments