-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
268f92d
commit 2084b74
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,13 +50,6 @@ jobs: | |
echo tar_path=`realpath ./build/distributions/${tar_file}` >> $GITHUB_ENV | ||
echo zip_path=`realpath ./build/distributions/${zip_file}` >> $GITHUB_ENV | ||
- name: Create tag | ||
run: | | ||
git config --local user.name "GitHub Action" | ||
git config --local user.email "[email protected]" | ||
git tag -a "v${{ env.version }}" -m "Release version ${{ env.version }}" | ||
git push origin "v${{ env.version }}" | ||
- name: Create release draft | ||
id: create_release | ||
uses: actions/create-release@v1 | ||
|