Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlin committed Jan 8, 2024
1 parent daa7fd7 commit 29b5c00
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 @@ -27,7 +27,7 @@ jobs:
run: npm test

- name: Create Tarball
run: tar -czvf serverless-openapi-typescript.tgz dist
run: tar -czvf serverless-openapi-typescript.tgz package.json README.md dist

- name: Create Release
id: create_release
Expand Down

0 comments on commit 29b5c00

Please sign in to comment.