Skip to content

Commit 70b382b

Browse files
authored
v0.6.1 to v0.6.2
1 parent 417698e commit 70b382b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release (tag)
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
tags:
6+
- 'v*'
57

68
permissions:
79
contents: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browzarr",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A browser-based visualization toolkit for exploring and analyzing Zarr data stores.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)