Skip to content

Commit

Permalink
Fixed a release step
Browse files Browse the repository at this point in the history
  • Loading branch information
khbminus committed May 23, 2024
1 parent f8d6f4c commit 43f3e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup JDK
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.jetbrains.plan"
version = "0.0.3"
version = "0.0.4"

repositories {
mavenCentral()
Expand Down

0 comments on commit 43f3e14

Please sign in to comment.