Skip to content

Commit 367ed6d

Browse files
committed
modify release action
Signed-off-by: jorgee <[email protected]>
1 parent 4a985c3 commit 367ed6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
on:
22
workflow_dispatch:
33

4-
push:
4+
# push:
55
# branches: [ main ]
66
# paths: [ VERSION ]
77

88
jobs:
99
release:
10-
if: "contains(github.event.head_commit.message, '[release]')"
10+
#if: "contains(github.event.head_commit.message, '[release]')"
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -21,6 +21,6 @@ jobs:
2121

2222
- name: Publish Plugin
2323
env:
24-
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
24+
GRADLE_PUBLISH_KEY: ${{ vars.GRADLE_PUBLISH_KEY }}
2525
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2626
run: ./gradlew publishPlugins --no-daemon --stacktrace

0 commit comments

Comments
 (0)