Skip to content

Commit e5c3819

Browse files
committed
Bumped patch-version to v3, which uses the repo's git tags to determine the next version post bump
1 parent 0b50c5e commit e5c3819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ssh-key: ${{ secrets.GHA_DEPLOY_KEY }}
1414
- name: Patch version information
1515
id: patching
16-
uses: nasa-jpl/patch-version@v2
16+
uses: nasa-jpl/patch-version@v3
1717
with:
1818
commit_msg: "${{ github.event.head_commit.message }}"
1919
commit_sha: "${{ github.event.after }}"

0 commit comments

Comments
 (0)