mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: replace release[bot] with edgelessci
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
7a1af4937c
commit
c1d3b38a5f
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -120,8 +120,8 @@ jobs:
|
|||||||
- name: Write version to version.txt
|
- name: Write version to version.txt
|
||||||
run: |
|
run: |
|
||||||
echo "${{ inputs.version }}" > version.txt
|
echo "${{ inputs.version }}" > version.txt
|
||||||
git config --global user.name "release[bot]"
|
git config --global user.name "edgelessci"
|
||||||
git config --global user.email "release[bot]@users.noreply.github.com"
|
git config --global user.email "edgelessci@users.noreply.github.com"
|
||||||
git add version.txt
|
git add version.txt
|
||||||
git diff --staged --quiet || git commit -m "chore: update version.txt to ${{ inputs.version }}"
|
git diff --staged --quiet || git commit -m "chore: update version.txt to ${{ inputs.version }}"
|
||||||
git push origin "${BRANCH}"
|
git push origin "${BRANCH}"
|
||||||
@ -236,8 +236,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "release[bot]"
|
git config --global user.name "edgelessci"
|
||||||
git config --global user.email "release[bot]@users.noreply.github.com"
|
git config --global user.email "edgelessci@users.noreply.github.com"
|
||||||
git commit -m "deps: update images to ${VERSION}"
|
git commit -m "deps: update images to ${VERSION}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
@ -289,8 +289,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "release[bot]"
|
git config --global user.name "edgelessci"
|
||||||
git config --global user.email "release[bot]@users.noreply.github.com"
|
git config --global user.email "edgelessci@users.noreply.github.com"
|
||||||
git commit -m "attestation: hardcode measurements for ${VERSION}"
|
git commit -m "attestation: hardcode measurements for ${VERSION}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
@ -310,8 +310,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Tag release
|
- name: Tag release
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "release[bot]"
|
git config --global user.name "edgelessci"
|
||||||
git config --global user.email "release[bot]@users.noreply.github.com"
|
git config --global user.email "edgelessci@users.noreply.github.com"
|
||||||
git tag -a "${VERSION}" -m "Release ${VERSION}"
|
git tag -a "${VERSION}" -m "Release ${VERSION}"
|
||||||
git push origin "refs/tags/${VERSION}"
|
git push origin "refs/tags/${VERSION}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user