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 034a30b commit 133091fCopy full SHA for 133091f
.github/workflows/build-and-release.yml
@@ -25,7 +25,7 @@ jobs:
25
git fetch --tags
26
27
VERSION=$(cat 'package.json' | jq -r '.version')
28
- # VERSION=0.1.6
+ VERSION=0.1.7
29
30
if [[ ! $(git tag | grep "${VERSION}") ]]; then
31
echo "New version: v${VERSION}"
0 commit comments