Skip to content

Commit

Permalink
fix(ci): incorrect release message
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Mar 2, 2023
1 parent b280018 commit c350d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: tag
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
echo "message=$(git tag -l --format='%(contents:subject)' v0.1.0)" >> $GITHUB_OUTPUT
echo "message=$(git tag -l --format='%(contents:subject)' ${{ steps.get_version.outputs.version }})" >> $GITHUB_OUTPUT
- name: Change version
run: sed -i -e "s/0\.1\.0/${{ steps.get_version.outputs.version-without-v }}/" src/info.json
Expand Down

0 comments on commit c350d82

Please sign in to comment.