mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 12:31:24 +00:00
removed hidden spaces
This commit is contained in:
committed by
Jakub Chrzanowski
parent
65ba214871
commit
ab68cd4615
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
# Prepare the environment and build the plugin
|
||||
@@ -148,8 +148,8 @@ jobs:
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
|
||||
fetch-depth: 0 # a full history is required for pull request analysis
|
||||
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
|
||||
fetch-depth: 0 # a full history is required for pull request analysis
|
||||
|
||||
# Set up the Java environment for the next steps
|
||||
- name: Setup Java
|
||||
@@ -239,7 +239,7 @@ jobs:
|
||||
VERSION=$(./gradlew properties --property version --quiet --console=plain | tail -n 1 | cut -f2- -d ' ')
|
||||
RELEASE_NOTE="./build/tmp/release_note.txt"
|
||||
./gradlew getChangelog --unreleased --no-header --quiet --console=plain --output-file=$RELEASE_NOTE
|
||||
|
||||
|
||||
gh release create $VERSION \
|
||||
--draft \
|
||||
--title $VERSION \
|
||||
|
||||
Reference in New Issue
Block a user