mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci: change beta job names
This commit is contained in:
parent
f88cad7890
commit
51757f2027
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- v*-beta
|
||||
|
||||
jobs:
|
||||
release:
|
||||
pre-release:
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
- run: GITHUB_TOKEN=${{ secrets.GH_TOKEN }} task release:prod
|
||||
|
||||
|
||||
deploy-prod:
|
||||
deploy-beta:
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user