Skip to content

Commit

Permalink
chore: Add environment URL to release output (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 3, 2024
1 parent d541aef commit 5a4a138
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:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/')
environment: publishing
environment:
name: publishing
url: https://pypi.org/p/tap-bitso/
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5a4a138

Please sign in to comment.