Skip to content

Commit

Permalink
fix: update olegtarasov/get-tag to 2.1.3 and remove dueTag
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Mar 5, 2024
1 parent 69a14e7 commit ab11171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 1
- name: Get Tag
if: startsWith(github.ref, 'refs/tags/v')
uses: olegtarasov/[email protected].2
uses: olegtarasov/[email protected].3
id: version_tag
with:
tagRegex: "v(.*)"
Expand All @@ -36,7 +36,6 @@ jobs:
releaseUrl: ${{ steps.release.outputs.url }}
issues: true
pullRequests: true
dueTag: ${{ steps.version_tag.outputs.tag }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update CHANGELOG.md"
Expand Down

0 comments on commit ab11171

Please sign in to comment.