Skip to content

Commit

Permalink
Build: remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 5, 2024
1 parent ad96b49 commit 12069a1
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 @@ -33,7 +33,7 @@ jobs:
npm run app-manifest
- name: Create tag release
uses: 'marvinpinto/action-automatic-releases@latest'
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 12069a1

Please sign in to comment.