Skip to content

Commit

Permalink
fix build output
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Jun 20, 2022
1 parent c4bb718 commit de5c59c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest
outputs:
relver: ${{ steps.checkver.outputs.relver }}
steps:
- uses: actions/checkout@v3

Expand All @@ -66,6 +68,7 @@ jobs:
run: python -m twine check dist/*

- name: Check version
id: checkver
if: startsWith(github.ref, 'refs/tags/')
run: |
VER_TAG=${GITHUB_REF/refs\/tags\/v/}
Expand Down

0 comments on commit de5c59c

Please sign in to comment.