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 7226a27 commit ee471abCopy full SHA for ee471ab
.github/workflows/npm-publish-github-packages.yml
@@ -34,3 +34,15 @@ jobs:
34
- run: npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
37
+ - uses: actions/checkout@v2
38
+ - uses: actions/setup-node@v2
39
+ with:
40
+ node-version: '14.x'
41
+ registry-url: 'https://registry.npmjs.org'
42
+ # Defaults to the user or organization that owns the workflow file
43
+ scope: '@modifiedcommand'
44
+ - run: yarn
45
+ - run: yarn publish
46
+ env:
47
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+
0 commit comments