From 71911761557234878d9097bda2061cf0f36a1db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Fri, 7 Mar 2025 09:44:31 -0300 Subject: [PATCH] Update release workflow for version v1 --- .forgejo/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 64ea10d..a1b8f37 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build_latex: - runs-on: [docker] # Use your Forgejo runner with the 'docker' label. + runs-on: [docker] # Use your Forgejo runner with the 'docker' label permissions: contents: write pull-requests: write @@ -72,6 +72,4 @@ jobs: release-dir: dist/ direction: upload url: https://git.leomurca.xyz - repo: leomurca/resume - title: "Release ${{ github.ref_name }}" - release-notes: "${{ env.commits }}" \ No newline at end of file + repo: leomurca/resume \ No newline at end of file