mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 21:06:03 +02:00
ci: support rc releases (#1011)
This commit is contained in:
parent
65150f2c3d
commit
6ab797eb0b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Find latest tag
|
- name: Find latest tag
|
||||||
id: latestTag
|
id: latestTag
|
||||||
run: |
|
run: |
|
||||||
LATEST_TAG=$(git tag | sort --version-sort | tail -1)
|
LATEST_TAG=$(git tag | grep -vi 'rc' | sort --version-sort | tail -1)
|
||||||
echo "::set-env name=LATEST_TAG::$LATEST_TAG"
|
echo "::set-env name=LATEST_TAG::$LATEST_TAG"
|
||||||
|
|
||||||
- name: Publish latest tag
|
- name: Publish latest tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue