Skip to content

Commit 98df86e

Browse files
authored
Fix publish environment (#58)
This fix should allow us to resume publishing TS packages via the GHA.
1 parent 9955954 commit 98df86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-ts-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13-
environment: publish
13+
environment: publish-npm
1414
defaults:
1515
run:
1616
working-directory: ./typescript

0 commit comments

Comments
 (0)