Skip to content

Commit fa6df4c

Browse files
chore: Fix environment name
1 parent a894f2e commit fa6df4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
needs: build
2222
environment:
23-
name: publishing
23+
name: pypi
2424
url: https://pypi.org/project/tap-stackexchange/
2525
if: startsWith(github.ref, 'refs/tags/')
2626
steps:

0 commit comments

Comments
 (0)