We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28079b commit 8439f75Copy full SHA for 8439f75
.github/workflows/escrowBumpVersion.yaml
@@ -51,7 +51,7 @@ jobs:
51
field: DepositVersion
52
value: ${{ steps.bumpVersion.outputs.new_version }}
53
54
- - uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
+ - uses: EndBug/add-and-commit@v9.1.4 # You can change this to use a specific version.
55
with:
56
add: 'deposit_information.json'
57
message: 'Bump escrow version to ${{ steps.bumpVersion.outputs.new_version }}'
0 commit comments