mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - handle project name containing spaces
This commit is contained in:
parent
d8922f50fc
commit
479fd0516c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -104,8 +104,8 @@ jobs:
|
||||
- name: Export Properties
|
||||
id: properties
|
||||
run: |
|
||||
echo "::set-output name=version::$(./gradlew properties --console=plain -q | grep "^version:" | awk '{printf $2}')"
|
||||
echo "::set-output name=name::$(./gradlew properties --console=plain -q | grep "^name:" | awk '{printf $2}')"
|
||||
echo "::set-output name=version::$(./gradlew properties --console=plain -q | grep "^version:" | cut -f2- -d ' ')"
|
||||
echo "::set-output name=name::$(./gradlew properties --console=plain -q | grep "^name:" | cut -f2- -d ' ')"
|
||||
|
||||
CHANGELOG=$(./gradlew getChangelog --unreleased --no-header --console=plain -q)
|
||||
CHANGELOG="${CHANGELOG//'%'/'%25'}"
|
||||
|
Loading…
Reference in New Issue
Block a user