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 d849199 commit 626ebefCopy full SHA for 626ebef
.github/workflows/early-access.yml
@@ -21,7 +21,7 @@ jobs:
21
distribution: zulu
22
java-version: 17
23
24
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
25
with:
26
path: ~/.m2/repository
27
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Version
45
id: vars
46
- run: echo ::set-output name=version::$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
+ run: echo version=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout) >> $GITHUB_OUTPUT
47
48
- name: Assemble
49
uses: jreleaser/release-action@v1
0 commit comments