mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Change escaping of double quotes to single quote
Release names contains quotes around commit hashes due to the escaping. After this patch, they'll be gone.
This commit is contained in:
parent
02bad4f0eb
commit
a276cdf62f
2
.github/workflows/periodic.yaml
vendored
2
.github/workflows/periodic.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Compute release info
|
||||
run: |
|
||||
echo "RELEASE_COMMIT_SHORT=$(printf \"%.12s\" ${{ steps.pick.outputs.sha }})" >> $GITHUB_ENV
|
||||
echo "RELEASE_COMMIT_SHORT=$(printf '%.12s' ${{ steps.pick.outputs.sha }})" >> $GITHUB_ENV
|
||||
echo "RELEASE_DATE=$(date -u +%Y%m%d)" >> $GITHUB_ENV
|
||||
- name: Create release
|
||||
uses: actions/create-release@master
|
||||
|
Loading…
Reference in New Issue
Block a user