Skip to content

Commit

Permalink
fixing autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Jan 19, 2023
1 parent dd74849 commit 29079fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔖 Release Tag
name: 🔖 Auto release gh action

on:
workflow_dispatch:
Expand All @@ -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 29079fc

Please sign in to comment.