Skip to content

Commit

Permalink
next try to fix lerna in gh-action (via #124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Mar 18, 2020
1 parent f1423fe commit f7ff973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
CI: true

- name: checkout
run: git checkout "${GITHUB_REF:11}"
run: git checkout "$(echo ${{ github.head_ref }} | sed -E 's|refs/[a-zA-Z]+/||')"

- name: npm release
run: |
Expand Down

0 comments on commit f7ff973

Please sign in to comment.