Skip to content

Commit 809fbdd

Browse files
authored
Merge pull request #21 from aligent/feature/TCS-1_yarn-pipelines
TCS-1 Fix publish step
2 parents 4386b23 + c711555 commit 809fbdd

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
@@ -44,7 +44,7 @@ jobs:
4444
# yarn version only works if there is already a version entry in package.json
4545
npm version $VERSION --allow-same-version
4646
echo "Publishing $PACKAGE @ $VERSION"
47-
yarn config set registry https://registry.npmjs.org/
47+
npm config set registry https://registry.npmjs.org/
4848
yarn npm publish --access public
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)