Skip to content

Commit

Permalink
fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
xshoji committed Jan 7, 2023
1 parent ad1661e commit c749436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git tag v0.0.1-macos-windows -m "Release beta version." && git push --tags
echo "v0.0.1-linux" |xargs -I{} bash -c "git tag -d {} && git push origin :{}"
# Delete tag and recreate new tag and push
echo "v0.0.2-linux" |xargs -I{} bash -c "git tag -d {} && git push origin :{}; git tag {} -m \"Test github action.\"; git push --tags"
echo "v0.0.2-linux" |xargs -I{} bash -c "git tag -d {} && git push origin :{}; git tag {} -m \"Release beta version.\"; git push --tags"
```

# References
Expand Down

0 comments on commit c749436

Please sign in to comment.