0
Fork 0
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:
Daniel Lockyer 2022-11-04 10:52:06 +07:00
parent 0609ec2525
commit e1a6a083a5
No known key found for this signature in database

View file

@ -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