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 2b3a5e8 commit 403cff2Copy full SHA for 403cff2
.github/workflows/pre-release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Assign input version
17
if: github.event.inputs.version != null
18
- run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}"" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
19
20
- uses: actions/github-script@v3
21
if: github.event.inputs.version == null
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Assign candidate version
35
if: success()
36
- run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}"" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
37
38
- name: Set up JDK 8
39
uses: actions/setup-java@v1
0 commit comments