We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417698e commit 70b382bCopy full SHA for 70b382b
2 files changed
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Release (tag)
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ tags:
6
+ - 'v*'
7
8
permissions:
9
contents: write
package.json
@@ -1,6 +1,6 @@
{
"name": "browzarr",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "A browser-based visualization toolkit for exploring and analyzing Zarr data stores.",
"type": "module",
"keywords": [
0 commit comments