Skip to content

Commit

Permalink
.github/workflows/release.yml fixed RELEASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Aug 23, 2023
1 parent e6d6601 commit a7aa810
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 @@ -93,7 +93,7 @@ jobs:
- name: get release version
id: release-version
run: |
echo "$GITHUB_REF_NAME" | sed 's|^[a-zA-Z]\+|RELEASE_VERSION=|' >> $GITHUB_OUTPUT
echo "$GITHUB_REF_NAME" | sed 's|^[a-zA-Z]\+|RELEASE_VERSION=|; s|-|_|g' >> $GITHUB_OUTPUT
# create asset {{
- name: create zip archive
Expand Down

0 comments on commit a7aa810

Please sign in to comment.