mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
missing version
This commit is contained in:
parent
3993dbcc79
commit
c41829d973
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user