1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 20:53:06 +03:00

missing version

This commit is contained in:
Jon Rohan 2021-03-29 10:54:22 -07:00
parent 3993dbcc79
commit c41829d973
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -48,6 +48,7 @@ jobs:
- name: Publish release candidate
if: steps.changesets.outputs.published != 'true'
run: |
version=$(jq -r .version package.json)
echo "$( jq ".version = \"$(echo $version)-rc.$(echo $GITHUB_SHA)\"" package.json )" > package.json
yarn publish -tag next
env: