From 8f90680d4b7934de2b4a8526af37ff1ba01b774d Mon Sep 17 00:00:00 2001 From: Richard Arends Date: Sun, 20 Oct 2024 16:43:35 +0200 Subject: [PATCH] updated set version script: 3 --- .github/workflows/update_version.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index b1fb781..b222932 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -10,7 +10,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} fetch-depth: 0 - name: Update version run: | @@ -24,5 +23,3 @@ jobs: git commit -a -m "Updated version in heatpump.yaml" - name: Push changes uses: ad-m/github-push-action@master - with: - branch: ${{ github.head_ref }}