Skip to content

Commit

Permalink
(fix) CI: remove Goreleaser from release action (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 8, 2023
1 parent b04f9cf commit 6f62302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,11 @@
name: goreleaser
name: release

on:
push:
tags:
- '*'

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

upload-artifacts:
runs-on: ubuntu-latest
container:
Expand Down
48 changes: 0 additions & 48 deletions .goreleaser.yaml

This file was deleted.

0 comments on commit 6f62302

Please sign in to comment.