Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Improve pipeline messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlin Ralchev committed Dec 13, 2019
1 parent 427d1f5 commit 3c5c779
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Check out code
uses: actions/checkout@v1
-
name: Set up Golang
- name: Set up Golang
uses: actions/setup-go@v1
with:
go-version: '1.13.x'
-
name: Release
- name: Release Application
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASE_GITHUB_TOKEN }}

0 comments on commit 3c5c779

Please sign in to comment.