Skip to content

Commit

Permalink
build: replace release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mingi3314 committed Dec 31, 2023
1 parent 6a9c937 commit fe77cfe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
- name: Create Release
if: steps.version_check.outputs.version_changed == 'true'
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version_check.outputs.new_version }}
release_name: Release ${{ steps.version_check.outputs.new_version }}
draft: false
prerelease: false

0 comments on commit fe77cfe

Please sign in to comment.