Skip to content

Commit 923c238

Browse files
committed
build: go back to publishing manually
1 parent ce78df4 commit 923c238

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,3 @@ jobs:
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
release-type: node
16-
# The logic below handles the npm publication:
17-
- uses: actions/checkout@v3
18-
# these if statements ensure that a publication only occurs when
19-
# a new release is created:
20-
if: ${{ steps.release.outputs.release_created }}
21-
- uses: actions/setup-node@v3
22-
with:
23-
node-version: 16
24-
registry-url: 'https://external-dot-oss-automation.appspot.com'
25-
cache: npm
26-
if: ${{ steps.release.outputs.release_created }}
27-
- run: npm publish
28-
env:
29-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30-
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)