Skip to content

Commit

Permalink
fix: specify backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Apr 30, 2021
1 parent d7c0bf2 commit 829b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rollingversions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
node-version: 12.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx rollingversions@canary publish --deploy-branch "${GITHUB_REF#refs/heads/}"
- run: npx rollingversions@canary publish --deploy-branch "${GITHUB_REF#refs/heads/}" --backend "https://staging.rollingversions.com"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 829b287

Please sign in to comment.