Skip to content

Commit

Permalink
chore: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Mar 9, 2022
1 parent f0919a0 commit 42e9b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,3 @@ jobs:
args: release --rm-dist --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-branch:
if: github.ref == 'refs/heads/feature'
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
stable: true
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist -f .goreleaser-feature.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

79 changes: 0 additions & 79 deletions .goreleaser-feature.yml

This file was deleted.

0 comments on commit 42e9b0b

Please sign in to comment.