Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Apr 17, 2024
1 parent a1fb5f8 commit d1f409b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
if: github.event.release.tag_name != 'v0.1.0'
environment: publish
environment: jetbrains-marketplace

steps:
-
Expand All @@ -41,4 +41,5 @@ jobs:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: |
chmod +x ./gradlew
./gradlew publishPlugin
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].

* Rule codes, if given, are now appended to messages.
They can be made links if the corresponding option is enabled.
* UI messages are slightly changed.

### Fixed

Expand Down

0 comments on commit d1f409b

Please sign in to comment.