mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 10:37:44 +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:
4
.github/workflows/zitadel.yml
vendored
4
.github/workflows/zitadel.yml
vendored
@@ -35,6 +35,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
semantic_version: 17.0.4
|
semantic_version: 17.0.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Set outputs
|
- name: Set outputs
|
||||||
id: refs
|
id: refs
|
||||||
run: |
|
run: |
|
||||||
@@ -273,6 +275,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry_run: false
|
dry_run: false
|
||||||
semantic_version: 17.0.4
|
semantic_version: 17.0.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Echo Semantic Release Versions
|
- name: Echo Semantic Release Versions
|
||||||
if: steps.semantic.outputs.new_release_published == 'true'
|
if: steps.semantic.outputs.new_release_published == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user