Skip to content

Commit

Permalink
Use ' instead of `
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Nov 20, 2023
1 parent 1327d57 commit 28b7a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-artifact-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
SPM_VERSION: "${{ steps.versionprop.outputs.propVal }}${{ steps.time.outputs.time }}"
run: |
spmWithoutAlpha=$(echo "${{ steps.versionprop.outputs.propVal }}" | sed 's/-alpha//`)
spmWithoutAlpha=$(echo "${{ steps.versionprop.outputs.propVal }}" | sed 's/-alpha//')
echo "::set-output name=SPM_VERSION::${spmWithoutAlpha}${{ steps.time.outputs.time }}"
- name: Build
Expand Down

0 comments on commit 28b7a5e

Please sign in to comment.