Skip to content

Commit

Permalink
Add URL to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2024
1 parent 73b47b0 commit 9f57536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
environment: publishing
environment:
name: publishing
url: https://pypi.org/p/tap-planetscaleapi
needs: build
permissions:
contents: write
Expand Down

0 comments on commit 9f57536

Please sign in to comment.