Skip to content

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 c9fe424 commit d8d0ea1
Showing 1 changed file with 2 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

0 comments on commit d8d0ea1

Please sign in to comment.