Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Aug 23, 2023
1 parent 3ece375 commit f607756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Set Env from Tag to follow semver
run: |
REF=refs/tags/v1.2.3-rc1
echo "VERSION=$(echo ${$REF#refs/tags/v} | sed 's/-rc/-rc./')" >> $GITHUB_ENV
echo "VERSION=$(echo ${REF#refs/tags/v} | sed 's/-rc/-rc./')" >> $GITHUB_ENV
# run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/v} | sed 's/-rc/-rc./')" >> $GITHUB_ENV

- name: Update version in package.json
Expand Down

0 comments on commit f607756

Please sign in to comment.