We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21cdd commit 0f9a3bfCopy full SHA for 0f9a3bf
.github/workflows/snapshot.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
16
- name: Set LD_VERSION
17
- run: echo ::set-env name=LD_VERSION::0.0
+ run: echo "LD_VERSION=0.0" >> $GITHUB_ENV
18
19
- name: Set up JDK 1.8
20
uses: actions/setup-java@v1
0 commit comments