https://github.com/toeverything/set-build-version
https://github.com/toeverything/set-build-version
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toeverything/set-build-version
- Owner: toeverything
- License: mit
- Created: 2022-12-17T00:28:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T14:52:06.000Z (over 2 years ago)
- Last Synced: 2025-02-23T16:50:13.481Z (over 1 year ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @toeverything/set-build-version
## Feature Set
- [x] set `BUILD_VERSION`
## Usage
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: toeverything/set-build-version@latest
- run: npm install
- run: npm publish
```
## License
[MIT](LICENSE)