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