Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Jan 24, 2023
1 parent 81883a7 commit d13815d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ jobs:
pytest --doctest-glob="*.md" --doctest-modules --cov=callscript --cov-report term --cov-report html:htmlcov --cov-report xml
coveralls --service=github
- name: Upload binaries to release
# if: ${{startsWith(github.ref, 'refs/tags/') }}
if: ${{startsWith(github.ref, 'refs/tags/') }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.PAT }}
file: README.md
tag: ${{ github.ref }}
overwrite: true
body: ${{ github.ref }}

0 comments on commit d13815d

Please sign in to comment.