Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pry0cc committed Mar 15, 2022
1 parent 50e59e6 commit dddb9b6
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<<<<<<< HEAD
name: Release Go project
=======
name: goreleaser
>>>>>>> ae9c6b81c0ffc59f3acc6f5c46e1fcc34ad63b45

on:
pull_request:
push:
<<<<<<< HEAD
tags:
- "*" # triggers only if push new tag version, like `0.8.4` or else

Expand Down Expand Up @@ -35,30 +29,3 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
=======

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

0 comments on commit dddb9b6

Please sign in to comment.