We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a985c3 commit 367ed6dCopy full SHA for 367ed6d
.github/workflows/release.yml
@@ -1,13 +1,13 @@
1
on:
2
workflow_dispatch:
3
4
- push:
+# push:
5
# branches: [ main ]
6
# paths: [ VERSION ]
7
8
jobs:
9
release:
10
- if: "contains(github.event.head_commit.message, '[release]')"
+ #if: "contains(github.event.head_commit.message, '[release]')"
11
runs-on: ubuntu-latest
12
13
steps:
@@ -21,6 +21,6 @@ jobs:
21
22
- name: Publish Plugin
23
env:
24
- GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
+ GRADLE_PUBLISH_KEY: ${{ vars.GRADLE_PUBLISH_KEY }}
25
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
26
run: ./gradlew publishPlugins --no-daemon --stacktrace
0 commit comments