Skip to content

Commit

Permalink
Fix version of GH package release
Browse files Browse the repository at this point in the history
  • Loading branch information
xcq1 committed Feb 2, 2023
1 parent fbde4b6 commit 152997b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Check that the publish plugin works
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@v2
with:
arguments: "publish -Pversion=${{ github.event.release.name }}"
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
}

group = "com.meisterplan"
version = "1.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
version = "0.0.0-SNAPSHOT"

0 comments on commit 152997b

Please sign in to comment.