Skip to content

Commit

Permalink
ci: fix typo in pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4ndrs committed Nov 1, 2022
1 parent 5e6790e commit 0b342df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm run build

- name: Release
- uses: marvinpinto/action-automatic-releases@latest
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
Expand Down

0 comments on commit 0b342df

Please sign in to comment.