We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50c5e commit e5c3819Copy full SHA for e5c3819
.github/workflows/patch-version.yml
@@ -13,7 +13,7 @@ jobs:
13
ssh-key: ${{ secrets.GHA_DEPLOY_KEY }}
14
- name: Patch version information
15
id: patching
16
- uses: nasa-jpl/patch-version@v2
+ uses: nasa-jpl/patch-version@v3
17
with:
18
commit_msg: "${{ github.event.head_commit.message }}"
19
commit_sha: "${{ github.event.after }}"
0 commit comments