Skip to content

Commit

Permalink
Merge pull request #33 from anyproto/fixci
Browse files Browse the repository at this point in the history
.github/workflows/release.yml fixed RELEASE_VERSION
  • Loading branch information
fb929 authored Aug 24, 2023
2 parents e6d6601 + a7aa810 commit 3b4b076
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 3b4b076

Please sign in to comment.