Skip to content

Commit

Permalink
Minor changes to GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Apr 4, 2021
1 parent 78c9d5e commit 779607a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## [Unreleased]

## [1.3.0]

### Added

- Switched to standard JetBrains Gradle based plugin architecture.
Expand Down

0 comments on commit 779607a

Please sign in to comment.