We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31ba3d commit b77cc57Copy full SHA for b77cc57
.github/workflows/release-package.yml
@@ -12,8 +12,8 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
- - run: npm ci
16
- - run: npm test
+ - run: yarn install --frozen-lockfile
+ - run: yarn test
17
18
publish-gpr:
19
needs: build
@@ -27,7 +27,7 @@ jobs:
27
28
29
registry-url: https://npm.pkg.github.com/
30
31
- - run: npm publish
+ - run: yarn publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
.npmrc
@@ -1 +1 @@
1
-@RoundtableLearning:registry=https://npm.pkg.github.com
+@roundtablelearning:registry=https://npm.pkg.github.com
0 commit comments