We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d0c07 commit ca81ce5Copy full SHA for ca81ce5
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
registry-url: "https://registry.npmjs.org"
30
- run: yarn install
31
- run: yarn build
32
- - run: yarn pack -f package.tgz
+ - run: yarn pack -o package.tgz
33
- uses: softprops/action-gh-release@v2
34
if: startsWith(github.ref, 'refs/tags/')
35
with:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egraph-visualizer",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"
0 commit comments