Skip to content

Commit d412936

Browse files
committed
Pinned softprops/action-gh-release version
1 parent b2cc2f9 commit d412936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
tar -czpf fractal-vizarr-${{ github.ref_name }}.tar.gz dist LICENSE
4848
4949
- name: Release
50-
uses: softprops/action-gh-release@v2
50+
uses: softprops/action-gh-release@v2.2.1
5151
with:
5252
files: vizarr/fractal-vizarr-${{ github.ref_name }}.tar.gz
5353

@@ -84,6 +84,6 @@ jobs:
8484
run: tar -C package -czf node-${{ matrix.node-version }}-fractal-vizarr-viewer-${{ github.ref_name }}.tar.gz dist package.json node_modules LICENSE
8585

8686
- name: Release
87-
uses: softprops/action-gh-release@v2
87+
uses: softprops/action-gh-release@v2.2.1
8888
with:
8989
files: node-${{ matrix.node-version }}-fractal-vizarr-viewer-${{ github.ref_name }}.tar.gz

0 commit comments

Comments
 (0)