diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7a3bbbf..e871202 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -18,10 +18,10 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.15 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@aea67fe6c1ec55c0e868b1aa3453d2a553f43f5f # 0.1.15 with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.3 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@4d70414705c11d192f338c83b50d6ba38bc228bd # 0.0.3 with: tag: ${{ steps.tag.outputs.new-tag }}