Skip to content

Commit

Permalink
Remove deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
timvancann committed Aug 3, 2023
1 parent 090c8dc commit 7869600
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,4 @@ jobs:
git push
git push --tags
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
tag_name: v${{ env.NEW_VERSION }}
release_name: v${{ env.NEW_VERSION }}
body: |
pypi package: https://pypi.org/project/pydantic-avro/${{ env.NEW_VERSION }}/
draft: false
prerelease: false
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV

0 comments on commit 7869600

Please sign in to comment.