From c66d6d134660ed9193b39a0a67d7346af80fba44 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Sat, 13 Jun 2026 17:57:56 -0400 Subject: [PATCH] Convert tag.yaml to standard htpasswd pattern (no artifacts) --- .gitea/workflows/tag.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index fa1bad5..c91d834 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -8,16 +8,14 @@ jobs: tag: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - - name: Bump version and push tag - uses: anothrNick/github-tag-action@4ed44965e0dbd8ab2b466a16da04aec3cc312fd8 + uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch RELEASE_BRANCHES: master WITH_V: true - GIT_API_TAGGING: false + GIT_API_TAGGING: false \ No newline at end of file