Skip to content

Commit

Permalink
Fix CI that crash
Browse files Browse the repository at this point in the history
  • Loading branch information
devsbequest committed Aug 19, 2023
1 parent bb82c62 commit d357262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
directory: '.'
exclusions: '*.git* /*node_modules/* .editorconfig /*assets/*'
- name: Generate JSON manifest
run: "VERSION=${{ github.ref_name }} make generate_manifest"
run: 'VERSION=${{ github.ref_name }} make generate_manifest'
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
Expand Down

0 comments on commit d357262

Please sign in to comment.