Skip to content

Commit

Permalink
release a bug fix to a previous major version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay authored Apr 30, 2021
1 parent 297d8bf commit 3f17047
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/}" --backend "https://staging.rollingversions.com"
- run: npx rollingversions@canary publish --version-by-branch --deploy-branch "${GITHUB_REF#refs/heads/}" --backend "https://staging.rollingversions.com"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f17047

Please sign in to comment.