mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-03 22:50:49 +00:00
chore: add GH Token to sem rel (#1746)
* chore: add GH Token to sem rel * try branch * add GH Token * remove test branch again
This commit is contained in:
parent
18b8047097
commit
f34b5b72b3
4
.github/workflows/zitadel.yml
vendored
4
.github/workflows/zitadel.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
with:
|
||||
dry_run: true
|
||||
semantic_version: 17.0.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set outputs
|
||||
id: refs
|
||||
run: |
|
||||
@ -273,6 +275,8 @@ jobs:
|
||||
with:
|
||||
dry_run: false
|
||||
semantic_version: 17.0.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Echo Semantic Release Versions
|
||||
if: steps.semantic.outputs.new_release_published == 'true'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user