Skip to content

Commit

Permalink
build: updates release action version to encorporate bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Oct 17, 2023
1 parent af746cd commit e4ea774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.ref == 'refs/heads/main' # only run for main branch
steps:
- name: Checkout Repository
uses: stjudecloud/release-python-action@v1.1.0
uses: stjudecloud/release-python-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit e4ea774

Please sign in to comment.