mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed nested quotes
- for some reason these aren't working with the GitHub Actions workflow
This commit is contained in:
parent
0609ec2525
commit
e1a6a083a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release-branch.yml
vendored
2
.github/workflows/create-release-branch.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
echo "CURRENT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
||||
echo "NEW_VERSION=$(semver bump ${{ inputs.bump-type }} $(git describe --tags --abbrev=0 --match=\"v*\"))" >> $GITHUB_ENV
|
||||
echo "NEW_VERSION=$(semver bump ${{ inputs.bump-type }} $(git describe --tags --abbrev=0 --match=v*))" >> $GITHUB_ENV
|
||||
|
||||
- name: Create branch
|
||||
uses: actions/github-script@v6
|
||||
|
|
Loading…
Add table
Reference in a new issue