Skip to content

Commit 133091f

Browse files
committed
Update build-and-release.yml
1 parent 034a30b commit 133091f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git fetch --tags
2626
2727
VERSION=$(cat 'package.json' | jq -r '.version')
28-
# VERSION=0.1.6
28+
VERSION=0.1.7
2929
3030
if [[ ! $(git tag | grep "${VERSION}") ]]; then
3131
echo "New version: v${VERSION}"

0 commit comments

Comments
 (0)