Skip to content

Commit

Permalink
ci: add release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanars committed Jun 8, 2023
1 parent 0704aa1 commit b8b97b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b8b97b3

Please sign in to comment.