Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep authored Nov 15, 2022
1 parent d703b74 commit 5a538d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0

- name: Get Commit Count
id: get_commit
Expand All @@ -33,4 +33,4 @@ jobs:
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 5a538d9

Please sign in to comment.