From c2f7b3a1444e184b250588987ece2de5b2fa834d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 02:32:22 +0200 Subject: [PATCH] Update tag.yml --- .github/workflows/tag.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 5953b49..3bedd6a 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -6,7 +6,12 @@ on: jobs: build: runs-on: ubuntu-22.04 - steps: + permissions: + contents: read + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Bump version and push tag uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version env: