File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This is a basic workflow to help you get started with Actions
2
2
3
- name : CI
3
+ name : Release
4
4
5
5
# Controls when the workflow will run
6
6
on :
20
20
21
21
- name : Build distribution
22
22
id : build
23
- run : gradle clean check publishPlugins -PAzureBuildNumber="${{ github.run_id }}" -Pgradle.publish.key="${{ secrets.GRADLE_PUBLISH_KEY }}" -Pgradle.publish.secret="${{ secrets.GRADLE_PUBLISH_SECRET }}"
23
+ run : gradle clean check publishPlugins -PAzureBuildNumber="${{ github.run_id }}" -Pgradle.publish.key="${{ secrets.GRADLE_PUBLISH_KEY }}" -Pgradle.publish.secret="${{ secrets.GRADLE_PUBLISH_SECRET }}" --no-build-cache
24
24
25
25
- name : Create tag
26
26
uses : tvdias/github-tagger@v0.0.1
Original file line number Diff line number Diff line change 1
1
# This is a basic workflow to help you get started with Actions
2
2
3
- name : CI
3
+ name : Test
4
4
5
5
on :
6
6
pull_request :
You can’t perform that action at this time.
0 commit comments