Skip to content

Commit

Permalink
Fix gradle release yaml file finally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lam committed Sep 22, 2023
1 parent 7f345a4 commit 55f8d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Get Tag
uses: olegtarasov/get-tag@v0.0.3
uses: olegtarasov/get-tag@v2.1.2
id: getTag
with:
tagRegex: "v(.*)" # This filters out the `v` from the tag. (Ex: v3.8.0 becomes 3.8.0)
Expand Down

0 comments on commit 55f8d4d

Please sign in to comment.