Skip to content

Commit

Permalink
Merge pull request #2 from aurelio-labs/james/release-fix
Browse files Browse the repository at this point in the history
fix: remove final release from workflow
  • Loading branch information
jamescalam authored May 11, 2024
2 parents 85b7713 + 05a27fa commit 68653cb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,3 @@ jobs:
poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

release:
needs: publish
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

0 comments on commit 68653cb

Please sign in to comment.