mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Installed semver
globally in CI workflow
- if we install it locally, it'll run into issues with colliding with Ghost's package versions
This commit is contained in:
parent
4ba26364a7
commit
4e85343a94
2
.github/workflows/create-release-branch.yml
vendored
2
.github/workflows/create-release-branch.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- run: npm install semver
|
||||
- run: npm install -g semver
|
||||
- run: |
|
||||
echo "current_sha=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
||||
echo "current_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user