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 49b8c13 commit 550d4aaCopy full SHA for 550d4aa
2 files changed
.github/workflows/rollingversions-canary.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: 12.x
16
registry-url: 'https://registry.npmjs.org'
17
- run: npm install
18
- - run: npx @rollingversions/canary publish --canary $GITHUB_RUN_NUMBER
+ - run: npx rollingversions@canary publish --canary $GITHUB_RUN_NUMBER
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/rollingversions.yml
@@ -14,7 +14,7 @@ jobs:
14
- - run: npx @rollingversions/canary publish
+ - run: npx rollingversions@canary publish
0 commit comments