Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomohiroKuwano authored Jan 7, 2023
1 parent 6ff4103 commit fe60be6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
echo "Great, all .meta files are commited."
fi
working-directory: Assets
# Versioning
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Create Release
- name: Create Release
id: create_release
Expand All @@ -69,7 +63,6 @@ jobs:
tag_name: ${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
body: ${{ github.event.inputs.version }}
# ${{ steps.tag_version.outputs.changelog }}
draft: false
prerelease: false
# Upload Assets
Expand Down

0 comments on commit fe60be6

Please sign in to comment.