Skip to content

Commit

Permalink
chore: Fix deployment environment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 3, 2024
1 parent 6bdfa45 commit 600fa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: build
environment:
name: publishing
url: https://pypi.org/project/tap-betterstack
url: https://pypi.org/project/tap-geekbot
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 600fa1d

Please sign in to comment.