Skip to content

Commit ab11171

Browse files
fix: update olegtarasov/get-tag to 2.1.3 and remove dueTag
Signed-off-by: Dusan Malusev <[email protected]>
1 parent 69a14e7 commit ab11171

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 1
1515
- name: Get Tag
1616
if: startsWith(github.ref, 'refs/tags/v')
17-
uses: olegtarasov/[email protected].2
17+
uses: olegtarasov/[email protected].3
1818
id: version_tag
1919
with:
2020
tagRegex: "v(.*)"
@@ -36,7 +36,6 @@ jobs:
3636
releaseUrl: ${{ steps.release.outputs.url }}
3737
issues: true
3838
pullRequests: true
39-
dueTag: ${{ steps.version_tag.outputs.tag }}
4039
- uses: stefanzweifel/git-auto-commit-action@v5
4140
with:
4241
commit_message: "Update CHANGELOG.md"

0 commit comments

Comments
 (0)