Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
boobo94 committed Nov 10, 2024
1 parent abff5db commit 2e75089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# run: zip -r build.zip ./dist # Change ./dist to your build directory

- name: Compress build files to tar.gz
run: tar -czvf build.tar.gz ./ # Change ./dist to your build directory
run: tar -czvf build.tar.gz ./dist package.json README.md LICENSE # Change ./dist to your build directory

- name: Get version from package.json
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oblio-js",
"version": "1.0.14",
"version": "1.0.15",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 2e75089

Please sign in to comment.