Skip to content

Commit

Permalink
CI: Fix version extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 7, 2023
1 parent 8979e5d commit 9655016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@master
- name: Extract version from tag
id: tagName
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
with:
tagRegex: "version-(.*)"
- name: Update source version
Expand Down

0 comments on commit 9655016

Please sign in to comment.