Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Remove debug echo
  • Loading branch information
mattkappel authored Jul 10, 2023
1 parent 1cbc105 commit b4ebfc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
echo ${{ steps.inferred-version.outputs.SEMVER }}
gh release create ${{ steps.inferred-version.outputs.SEMVER }} --generate-notes --verify-tag
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit b4ebfc3

Please sign in to comment.