From 46464c1d08e93e7c46eebfb540f246e3e58dd307 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Sat, 24 Feb 2024 11:56:48 +0100 Subject: [PATCH] ci: Change to go-semantic-release --- .github/workflows/main.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29739fe..08ff515 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,14 +9,8 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - - name: Install semantic-release plugins - run: | - npm install @semantic-release/github -D - npm install @semantic-release/changelog -D - + - uses: actions/checkout@v4 - name: Release + uses: go-semantic-release/action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release