Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 10, 2024
1 parent 89b0607 commit 86ef75a
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 @@ -84,7 +84,7 @@ jobs:
- name : Update version number in manifest.yml
run: |
sed -i -b '0,/^versoin/s/^version.*/version: "${{ github.event.inputs.version_number }}"/g' ./manifest.yml
sed -i -b '0,/^version/s/^version.*/version: "${{ github.event.inputs.version_number }}"/g' ./manifest.yml
git add .
git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'
git push -u origin ${{ github.event.inputs.version_number }}
Expand Down

0 comments on commit 86ef75a

Please sign in to comment.