Skip to content

Commit

Permalink
build: modify release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mingi3314 committed Dec 31, 2023
1 parent fe77cfe commit fe3df18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Create Release
if: steps.version_check.outputs.version_changed == 'true'
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version_check.outputs.new_version }}

0 comments on commit fe3df18

Please sign in to comment.