Skip to content

Commit

Permalink
fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonreznik committed May 18, 2021
1 parent 3b90bf9 commit 4ad7875
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 @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/ | tr / -}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Download Maven build artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 4ad7875

Please sign in to comment.