Skip to content

Commit

Permalink
chore: fix gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadeveatii committed Jul 26, 2022
1 parent de9eea6 commit 0c983bf
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 @@ -60,7 +60,7 @@ jobs:
zip -r ${{ github.event.repository.name }}.${{steps.npm-version.outputs.NPM_VERSION}}.zip \
README.md \
LICENSE \
package.json \
package.json \
dist
- name: GitHub release
Expand Down

0 comments on commit 0c983bf

Please sign in to comment.