diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 050d311..67f22b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - TAG="v0.0.14-$(date +'%Y%m%d%H%M%S')" + TAG="v0.0.15-$(date +'%Y%m%d%H%M%S')" git tag $TAG git push origin $TAG echo "TAG=$TAG" >> $GITHUB_ENV