Skip to content

Commit

Permalink
chore: fix draft releases action
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 authored Dec 6, 2023
1 parent 7929faf commit 9dc9413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generator-draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
run: npm install
- name: Create draft release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9dc9413

Please sign in to comment.