diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e1a58e..711b19a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,12 +8,14 @@ permissions: contents: write # we need this to be able to push tags jobs: - version_check: + release_tag: name: Release version runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.PUSH_KEY }} - name: Read and validate VERSION id: version