Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Apr 5, 2020
1 parent ba69ecb commit 8fa5d9e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/releasetest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Go releaser test

on:
push:
branch:
- 'feature/hashgen'

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 8fa5d9e

Please # to comment.