Skip to content

Commit

Permalink
chore: remove manual tag create
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed May 7, 2024
1 parent 268f92d commit 2084b74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2084b74

Please sign in to comment.