Skip to content

Commit 94127c2

Browse files
committed
fix: Specify tag in instruction
1 parent cfce3c3 commit 94127c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEV.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ you.
1818
- Make sure you can run build successfully: `npm run build`
1919
- Update version: `npm version {major|minor|patch}`
2020
- Push to main: `git push origin main`
21-
- Push tags: `git push origin v{X.X.X}`
21+
- Push tags: `git push origin tag v{X.X.X}`
2222

2323
The CI/CD pipeline will automatically publish the package to npm.

0 commit comments

Comments
 (0)