Skip to content

Commit

Permalink
Remove extraneous quote.
Browse files Browse the repository at this point in the history
Prevented build from running at all.
  • Loading branch information
MikeNeilson authored Dec 16, 2024
1 parent ee909d6 commit 0785752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: inputs.nightly
run: echo "VERSION=${{inputs.branch}}-nightly" >> $GITHUB_ENV
- name: Set version
run: echo "VERSION=${{inputs.branch}}" >> $GITHUB_ENV"
run: echo "VERSION=${{inputs.branch}}" >> $GITHUB_ENV
- name: show version
run: echo ${VERSION}
- name: build war
Expand Down

0 comments on commit 0785752

Please sign in to comment.