Auto-rev the release number
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -26,7 +26,6 @@ jobs:
|
|||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
goversion: 1.19.1
|
goversion: 1.19.1
|
||||||
binary_name: "pod-atomisthq-tools.docker"
|
binary_name: "pod-atomisthq-tools.docker"
|
||||||
release_tag: "v0.1.0"
|
release_tag: v0.${{ github.run_number }}.${{ github.run_attempt }}
|
||||||
overwrite: TRUE
|
overwrite: TRUE
|
||||||
compress_assets: OFF
|
compress_assets: OFF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user