From fe2078ca657bbfa41582f5868fb85dd279b8a072 Mon Sep 17 00:00:00 2001 From: Samir Boulema Date: Sat, 8 Oct 2022 16:16:57 -0700 Subject: [PATCH] Use latest github-tag-action --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c40649b..c8b1b46 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -36,7 +36,7 @@ jobs: - name: Tag release id: tag_release - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.0 with: custom_tag: '${{ github.run_number }}' github_token: ${{ secrets.GITHUB_TOKEN }}