From 779607a56472880285f73109736e88c421c8e6f7 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Sun, 4 Apr 2021 00:28:42 -0400 Subject: [PATCH] Minor changes to GitHub Workflow --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 703cf3e..43b7c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: - push - pull_request jobs: - # Run Gradle Wrapper Validation Action to verify the wrapper's checksum + # Run Gradle Wrapper Validation Action to verify the wrapper checksum gradleValidation: name: Gradle Wrapper runs-on: ubuntu-latest @@ -114,7 +114,7 @@ jobs: run: ./gradlew buildPlugin # Upload plugin artifact to make it available in the next jobs - - name: Upload artifact + - name: Upload Artifact uses: actions/upload-artifact@v2.2.2 with: name: plugin-artifact diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8f5db5..51250cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,14 +51,14 @@ jobs: run: ./gradlew patchChangelog # Commit patched Changelog - - name: Commit files + - name: Commit Files run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -m "Update Changelog" -a # Push changes - - name: Push changes + - name: Push Changes uses: ad-m/github-push-action@master with: branch: main diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9f130..751ab68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## [Unreleased] -## [1.3.0] - ### Added - Switched to standard JetBrains Gradle based plugin architecture.