Skip to content

Commit

Permalink
Merge pull request #83 from godatadriven/chidifrank-patch-1
Browse files Browse the repository at this point in the history
Update build-and-publish.yml
  • Loading branch information
chidifrank authored Jul 20, 2023
2 parents 43a0b44 + 7d997b5 commit ee2f724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
body: |
pypi package: https://pypi.org/project/pydantic-avro/${{ env.NEW_VERSION }}/
draft: false
prerelease: false
prerelease: false

0 comments on commit ee2f724

Please sign in to comment.