From b8b97b385a35acecaee7c4df80be4b3fde83c5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Ars?= <29622411+gaetanars@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:31:16 +0200 Subject: [PATCH] ci: add release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b6132f..4ada806 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: id: changelog uses: requarks/changelog-action@v1 with: - token: ${{ github.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref_name }} - name: Archive Release @@ -33,7 +33,7 @@ jobs: makeLatest: true name: ${{ github.ref_name }} body: ${{ steps.changelog.outputs.changes }} - artifacts: "gerber.zip" + artifacts: "src/gerber.zip" token: ${{ secrets.GITHUB_TOKEN }} - name: Commit CHANGELOG.md