Skip to content

Commit 1d6c730

Browse files
Update deploy.yml
1 parent d22d4e6 commit 1d6c730

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ jobs:
6666
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
- uses: "marvinpinto/action-automatic-releases@latest"
70+
with:
71+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
72+
prerelease: false

0 commit comments

Comments
 (0)