diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index f24f183..fe32cb9 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.23 with: token: ${{ secrets.GITEA_TOKEN }} - uses: ./.gitea/actions/release-git-tag diff --git a/.gitea/workflows/prerelease.yaml b/.gitea/workflows/prerelease.yaml index e8a3a93..b9ac217 100644 --- a/.gitea/workflows/prerelease.yaml +++ b/.gitea/workflows/prerelease.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.23 with: token: ${{ secrets.GITEA_TOKEN }} prerelease: true