From e37d6432f46864aad8c834213cd02f6f251229d0 Mon Sep 17 00:00:00 2001 From: ramin Date: Tue, 16 Jul 2024 17:24:23 +0100 Subject: [PATCH] test without suffix" --- .github/workflows/docs.yml | 20 -------------------- .goreleaser.yaml | 4 ++++ 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index c42955c..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: upload release docs - -permissions: - contents: write - -on: - release: - types: [created] - -jobs: - upload-docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - run: | - echo "Uploading docs for release ${{ github.event.release.tag_name }}" > file.txt - gh release upload ${{github.event.release.tag_name}} file.txt - env: - GITHUB_TOKEN: ${{ github.TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c9f99a8..4243c3b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,6 +21,9 @@ builds: - linux - darwin +release: + prerelease: auto + archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`. @@ -35,6 +38,7 @@ archives: format_overrides: - goos: windows format: zip + signs: - artifacts: checksum args: