Skip to content

Commit e5a4cf6

Browse files
Update npmpublish.yml
1 parent 7808e88 commit e5a4cf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
npm install
1919
npm run compile
2020
- run: npm run test-pipeline
21-
- run: npm publish
2221
env:
23-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2422
appSid: ${{secrets.appSidProd}}
2523
appKey: ${{secrets.appKeyProd}}
2624
apiBaseUrl: "https://api.aspose.cloud"
25+
- run: npm publish
26+
env:
27+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)