Commit cdb2ff8
committed
✨ feat(ci): Enhance npm publish workflow with versioning from tags
- Added a step to fetch the latest version tag from the repository and set it as an environment variable.
- Implemented a step to update the package version using the fetched tag without creating a new git tag.
- These changes streamline the npm publish process by ensuring the package version aligns with the latest release tag.1 parent 97e83e4 commit cdb2ff8
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | | - | |
| 47 | + | |
0 commit comments