Skip to content

Commit

Permalink
🐛 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Apr 28, 2023
1 parent 310438c commit 24837df
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 @@ -124,7 +124,7 @@ jobs:
- name: Get Version
id: version
run: |
echo "VERSION=$(poetry version -s)" >> $GITHUB_OUTPUT
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Run Remote SSH Command
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 24837df

Please sign in to comment.