Skip to content

Commit 069a1f5

Browse files
committed
Fixes build
1 parent 57c6805 commit 069a1f5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ on:
2323
jobs:
2424

2525
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
26-
gradleValidation:
27-
name: Gradle Wrapper
26+
# Run verifyPlugin, IntelliJ Plugin Verifier, and test Gradle tasks
27+
# Build plugin and provide the artifact for the next workflow jobs
28+
build:
29+
name: Build
2830
runs-on: ubuntu-latest
2931
outputs:
3032
version: ${{ steps.properties.outputs.version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [Unreleased]
88
### Changes
99
- Merged changes from JetBrains plugin template
10+
- [[#120]](https://github.com/Roboroads/laravel-tinker/issues/120) Changes remote tip text in settings
1011
## [2.3.0]
1112
### Added
1213
- [[#112]](https://github.com/Roboroads/laravel-tinker/issues/112) Adds <kbd>Open new console</kbd> and <kbd>Reopen last console</kbd> actions to the tinker output toolwindow.

0 commit comments

Comments
 (0)