From 8097a851bf3c1206304b23f15752f87893e9f3b9 Mon Sep 17 00:00:00 2001 From: Cody Merritt Anhorn Date: Sun, 26 May 2024 22:07:01 -0500 Subject: [PATCH] fix: Update github-tag-action to version 1.67.0 --- .github/workflows/main-tag-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-tag-bump.yml b/.github/workflows/main-tag-bump.yml index f7b30d8c..d58a5244 100644 --- a/.github/workflows/main-tag-bump.yml +++ b/.github/workflows/main-tag-bump.yml @@ -22,7 +22,7 @@ jobs: - run: | echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}" - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.17.2 + uses: anothrNick/github-tag-action@1.67.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # We want to push to nuget the same version we tag