Update charts-release.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-05-21 22:48:53 +02:00
committed by GitHub
parent 5d25a4a8fb
commit 32e0945cfb
+2 -2
View File
@@ -12,7 +12,7 @@ on:
jobs:
release-helm:
runs-on: ubuntu-latest
runs-on: actions-runner-large
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
@@ -63,7 +63,7 @@ jobs:
cd -
release-scale:
runs-on: ubuntu-latest
runs-on: actions-runner-large
outputs:
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
steps: