Skip to content

Commit

Permalink
chore(release): fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a authored Aug 16, 2024
1 parent 5ac1fde commit c41a1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c41a1ac

Please sign in to comment.