File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v2
1515
1616 - name : Set LD_VERSION
17- run : echo ::set-env name= LD_VERSION:: 0.0
17+ run : echo " LD_VERSION= 0.0" >> $GITHUB_ENV
1818
1919 - name : Set up JDK 1.8
2020 uses : actions/setup-java@v1
@@ -29,20 +29,20 @@ jobs:
2929 env :
3030 LD_VERSION : ${{ env.LD_VERSION }}
3131
32- - name : Verify plugin
33- id : verify
34- uses : ChrisCarini/intellij-platform-plugin-verifier-action@latest
35- with :
36- ide-versions : |
37- ideaIC:2019.3
38- ideaIC:2020.1
39- ideaIC:2020.2
40- ideaIC:LATEST-EAP-SNAPSHOT
32+ # - name: Verify plugin
33+ # id: verify
34+ # uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
35+ # with:
36+ # ide-versions: |
37+ # ideaIC:2019.3
38+ # ideaIC:2020.1
39+ # ideaIC:2020.2
40+ # ideaIC:LATEST-EAP-SNAPSHOT
4141
42- - name : Print verify contents
43- run : |
44- echo "The log file path is: ${{steps.verify.outputs.verification-output-log-filename}}" ;
45- cat ${{steps.verify.outputs.verification-output-log-filename}}
42+ # - name: Print verify contents
43+ # run: |
44+ # echo "The log file path is: ${{steps.verify.outputs.verification-output-log-filename}}" ;
45+ # cat ${{steps.verify.outputs.verification-output-log-filename}}
4646
4747 - name : Upload Artifact
4848 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments