Skip to content

Commit 302cca0

Browse files
authored
Merge pull request #20 from geertberkers/cicd-dynamic-version-number
Cicd dynamic version number
2 parents 6f85b1a + 4d19b0a commit 302cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Trigger auto-merge workflow
9696
if: env.JAR_ALREADY_EXISTS == 'true'
97-
uses: peter-evans/workflow-dispatch@v1
97+
uses: peter-evans/workflow-dispatch@v2
9898
with:
9999
repository: ${{ github.repository }}
100100
workflow: auto-merge.yml # Ensure the name of your merge workflow is correct

0 commit comments

Comments
 (0)