Skip to content

Commit 550d4aa

Browse files
chore: use new rollingversions canary (#7)
1 parent 49b8c13 commit 550d4aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rollingversions-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 12.x
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm install
18-
- run: npx @rollingversions/canary publish --canary $GITHUB_RUN_NUMBER
18+
- run: npx rollingversions@canary publish --canary $GITHUB_RUN_NUMBER
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/rollingversions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 12.x
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
17-
- run: npx @rollingversions/canary publish
17+
- run: npx rollingversions@canary publish
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)