From e6ed56c9b5844e2317d83ac55b64a78ff068f189 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 21 Jan 2024 13:17:57 -0800 Subject: delete all the templates This is too much work to maintain, and I'm going to put all my tools and scripts in this repository, so I won't need that anymore. --- templates/go/.github/workflows/release.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 templates/go/.github/workflows/release.yaml (limited to 'templates/go/.github/workflows/release.yaml') diff --git a/templates/go/.github/workflows/release.yaml b/templates/go/.github/workflows/release.yaml deleted file mode 100644 index a828de1..0000000 --- a/templates/go/.github/workflows/release.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: release -on: - push: - tags: - - "*" -permissions: - contents: write -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - run: git fetch --force --tags - - uses: actions/setup-go@v4 - with: - go-version: stable - - uses: goreleaser/goreleaser-action@v5 - with: - distribution: goreleaser - version: latest - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3