An open API service indexing awesome lists of open source software.

https://github.com/toeverything/set-build-version


https://github.com/toeverything/set-build-version

Last synced: 16 days ago
JSON representation

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)