Skip to content

Commit 84ceed1

Browse files
committed
test release worflow #4
1 parent e911584 commit 84ceed1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.idea
22
**/target/
33
**/node_modules/
4-
**/*ca_key*
4+
**/*ca_key*
5+
retry-tag-workflow.sh
6+

0 commit comments

Comments
 (0)