Skip to content

Commit

Permalink
fix(ci): unable to have assets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 2, 2024
1 parent 6497444 commit aee8624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: "configure semantic-release"
run: npm install -D semantic-release @semantic-release/github

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aee8624

Please sign in to comment.