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 b2cc2f9 commit d412936Copy full SHA for d412936
.github/workflows/github_release.yaml
@@ -47,7 +47,7 @@ jobs:
47
tar -czpf fractal-vizarr-${{ github.ref_name }}.tar.gz dist LICENSE
48
49
- name: Release
50
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.2.1
51
with:
52
files: vizarr/fractal-vizarr-${{ github.ref_name }}.tar.gz
53
@@ -84,6 +84,6 @@ jobs:
84
run: tar -C package -czf node-${{ matrix.node-version }}-fractal-vizarr-viewer-${{ github.ref_name }}.tar.gz dist package.json node_modules LICENSE
85
86
87
88
89
files: node-${{ matrix.node-version }}-fractal-vizarr-viewer-${{ github.ref_name }}.tar.gz
0 commit comments