Skip to content

Commit

Permalink
fix: branch name in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Apr 30, 2021
1 parent 0ac5eff commit e3eb6cc
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 }}
- run: npx rollingversions@canary publish --deploy-branch "${GITHUB_REF#refs/heads/}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3eb6cc

Please sign in to comment.