Skip to content

Commit

Permalink
remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerrr committed Dec 15, 2024
1 parent 2e9d647 commit c37b09a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,3 @@ jobs:
with:
title: ${{ env.VERSION }}
tag: ${{ env.VERSION }}
# - name: Create Release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: v${{ env.VERSION }}
# release_name: Release v${{ env.VERSION }}
# body: 'Automated release based on version bump to v${{ env.VERSION }}.'
# draft: false
# prerelease: false

0 comments on commit c37b09a

Please sign in to comment.