Skip to content

Commit ca81ce5

Browse files
Fix yarn pack arg
1 parent 78d0c07 commit ca81ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: "https://registry.npmjs.org"
3030
- run: yarn install
3131
- run: yarn build
32-
- run: yarn pack -f package.tgz
32+
- run: yarn pack -o package.tgz
3333
- uses: softprops/action-gh-release@v2
3434
if: startsWith(github.ref, 'refs/tags/')
3535
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egraph-visualizer",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"

0 commit comments

Comments
 (0)