Browse Source

Remove tag-latest.yml

yhirose 1 month ago
parent
commit
c6c75e4c69
1 changed files with 0 additions and 19 deletions
  1. 0 19
      .github/workflows/tag-latest.yml

+ 0 - 19
.github/workflows/tag-latest.yml

@@ -1,19 +0,0 @@
-name: Update latest tag
-
-on:
-  release:
-    types: [published]
-
-jobs:
-  tag-latest:
-    runs-on: ubuntu-latest
-    permissions:
-      contents: write
-    steps:
-      - name: Checkout code
-        uses: actions/checkout@v4
-
-      - name: Force-update latest tag
-        run: |
-          git tag -f latest
-          git push origin latest --force