Skip to content

Commit 5ff6d89

Browse files
authored
Merge pull request #22 from aligent/feature/TCS-1_yarn-pipelines
TCS-1 Use NPM for publish
2 parents 809fbdd + d420066 commit 5ff6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
npm version $VERSION --allow-same-version
4646
echo "Publishing $PACKAGE @ $VERSION"
4747
npm config set registry https://registry.npmjs.org/
48-
yarn npm publish --access public
48+
npm publish --access public
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)