stefandevo/Set .env Version
Sets the version in .env file by yyyy.mm.dd.x where x is the next build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| env-file | Env file | yes | — |
| env-key | Key in the Env file | yes | — |
| suffix | For example 'beta'; can be left empty | no | — |
| build | Build number to use; can be left empty. You could use the GITHUB_RUN_NUMBER env var for this. | no | — |
| offset | To use with build parameter; it adds offset to build (when coming from other build-system) | no | — |
Outputs
| name | description |
|---|---|
| version | The new version |