Skip to content

Commit

Permalink
chore: renames github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Feb 20, 2024
1 parent 247ed05 commit ceb7c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Create Release

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: create release
- name: Create Release from Tag
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref_name }}
Expand Down

0 comments on commit ceb7c35

Please sign in to comment.