File tree 2 files changed +6
-20
lines changed
2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,15 @@ jobs:
33
33
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-gradle-wrapper-
36
- # - name: Publish
37
- # run: ./gradlew check publishPlugin -PdownloadIdeaSources=false -PintellijPublishToken="$INTELLIJ_PUBLISH_TOKEN"
38
- # env:
39
- # INTELLIJ_PUBLISH_TOKEN: ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
40
- - name : changelog
41
- uses : ScottBrenner/generate-changelog-action@1.0.0
42
- id : Changelog
36
+ - name : Publish
37
+ run : ./gradlew check publishPlugin -PdownloadIdeaSources=false -PintellijPublishToken="$INTELLIJ_PUBLISH_TOKEN"
43
38
env :
44
- REPO : ${{ github.repository }}
39
+ INTELLIJ_PUBLISH_TOKEN : ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
45
40
- name : Create Github release
46
41
uses : actions/create-release@v1
47
42
env :
48
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
44
with :
50
45
tag_name : ${{ github.ref }}
51
46
release_name : Release ${{ github.ref }}
52
- body : |
53
- ${{ steps.Changelog.outputs.changelog }}
54
47
draft : true
Original file line number Diff line number Diff line change @@ -32,23 +32,16 @@ jobs:
32
32
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
33
33
restore-keys : |
34
34
${{ runner.os }}-gradle-wrapper-
35
- # - name: Publish
36
- # run: ./gradlew check publishPlugin -PdownloadIdeaSources=false -PintellijPublishToken="$INTELLIJ_PUBLISH_TOKEN" -PintellijPublishChannels="beta"
37
- # env:
38
- # INTELLIJ_PUBLISH_TOKEN: ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
39
- - name : changelog
40
- uses : ScottBrenner/generate-changelog-action@1.0.0
41
- id : Changelog
35
+ - name : Publish
36
+ run : ./gradlew check publishPlugin -PdownloadIdeaSources=false -PintellijPublishToken="$INTELLIJ_PUBLISH_TOKEN" -PintellijPublishChannels="beta"
42
37
env :
43
- REPO : ${{ github.repository }}
38
+ INTELLIJ_PUBLISH_TOKEN : ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
44
39
- name : Create Github release
45
40
uses : actions/create-release@v1
46
41
env :
47
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
43
with :
49
44
tag_name : ${{ github.ref }}
50
45
release_name : Beta Release ${{ github.ref }}
51
- body : |
52
- ${{ steps.Changelog.outputs.changelog }}
53
46
prerelease : true
54
47
draft : true
You can’t perform that action at this time.
0 commit comments