Skip to content

Commit

Permalink
fix release (via #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Sep 20, 2021
1 parent e956a15 commit 86ac055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- name: Copy gradle.properties
run: echo ${GRADLE_PUBLISH} > ~/.gradle/gradle.properties
- name: Publish Plugins
run: ./gradlew publishPlugins -Pversion=${GITHUB_REF:10}
run: ./gradlew publishPlugins -Pversion=${GITHUB_REF:10} --no-daemon
env:
GRADLE_OPTS: -Xmx1024m

0 comments on commit 86ac055

Please sign in to comment.