Skip to content

Commit 2ea7bb4

Browse files
committed
2 parents ce19653 + 895b3a2 commit 2ea7bb4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/snapshot.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)