Skip to content

Commit

Permalink
๐Ÿš€ :: 1.1.2 DEV
Browse files Browse the repository at this point in the history
- ๋ฆด๋ฆฌ์ฆˆ ์ž๋™ํ™” release_name ๋ณ€๊ฒฝ
   ใ„ด ex) ๐Ÿš€ :: 1.1.2 DEV์ผ ๋•Œ, 1.1.2 -> ๐Ÿš€ :: 1.1.2 DEV๋กœ ๋ณ€๊ฒฝ
  • Loading branch information
gurdl0525 committed Jan 24, 2024
1 parent debc4f8 commit c23d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: ${{ steps.extract_version_name.outputs.version }}
release_name: ${{ steps.extract_version_name.outputs.version }}
release_name: ${{ github.event.head_commit.message.title }}

0 comments on commit c23d3ef

Please sign in to comment.