diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index d2344b3..27fb7ea 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -19,7 +19,7 @@ jobs: METABASE_VERSION=$(head bin/version) echo "VERSION=v$METABASE_VERSION" >> $GITHUB_ENV - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_TAG: ${{ env.VERSION }}