Skip to content

Commit

Permalink
fix release workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Oct 10, 2023
1 parent 4a828a5 commit 84e2840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
echo "New version: ${NEW_VERSION}"
./gradlew -Pversion=${NEW_VERSION} --project-dir plugin-build setupPluginUploadFromEnvironment publishPlugins
./gradlew -PVERSION=${NEW_VERSION} --project-dir plugin-build setupPluginUploadFromEnvironment publishPlugins
if: success()
1 change: 1 addition & 0 deletions plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ID=dev.srsouza.gradle.kmp-swift-reveal
GROUP=dev.srsouza.gradle
VERSION=0.1.0-SNAPSHOT
DISPLAY_NAME=kmp-swift-reveal
DESCRIPTION=Gradle plugin that reveal the Swift code that you should expect from a Kotlin iOS module.
WEBSITE=https://github.com/DevSrSouza/kmp-swift-reveal
Expand Down

0 comments on commit 84e2840

Please sign in to comment.