From a3f062a77fe2f9821fa44c8d4a9192dba04c32da Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 7 Oct 2025 12:38:03 +0200 Subject: [PATCH] Workflow --- .github/workflows/publish_release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index d16bf78..891c857 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -41,7 +41,6 @@ jobs: # Write VERSION file and timestamp to ensure a diff version="${{ steps.draft.outputs.tag_name }}" echo "$version" | sed 's/^v//' > VERSION - echo "# generated at $(date +%s)" >> VERSION git add VERSION git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" @@ -75,7 +74,7 @@ jobs: # gh pr review $PR_NUMBER --approve # fi - - name: Approve pull request and merge + - name: Merge PR env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |