Skip to content

Commit

Permalink
Added a release step
Browse files Browse the repository at this point in the history
  • Loading branch information
khbminus committed May 23, 2024
1 parent 87a84d2 commit f8d6f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }} # Workaround, since the permissions are hard
GITHUB_USERNAME: khbminus
run: ./gradlew publish
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')

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.2"
version = "0.0.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit f8d6f4c

Please sign in to comment.