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 ae55cf4 commit ba62ef1Copy full SHA for ba62ef1
.github/workflows/deploy-pages.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
VERSION="${{ inputs.version }}"
25
VERSION="${VERSION:=${{ github.event.inputs.version }}}"
26
- echo "::set-output name=version::${VERSION//v}"
+ echo "version=${VERSION//v}" >> $GITHUB_OUTPUT
27
- uses: actions/setup-java@v3
28
with:
29
distribution: 'adopt'
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
VERSION=${VERSION:=${{ github.event.inputs.version }}}
42
VERSION=${VERSION/v}
43
echo "VERSION=${VERSION//v}" >> $GITHUB_ENV
44
45
- name: report
46
47
echo "VERSION=${{ env.VERSION }}"
0 commit comments