Skip to content

Commit

Permalink
fix: github action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Feb 26, 2024
1 parent 879ac2e commit 1371b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
repo_token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
prerelease: false
title: "Production Build"
files: |
LICENSE.txt
Expand Down

0 comments on commit 1371b89

Please sign in to comment.