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

Commit

Permalink
Updated release github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Baiguini committed Jan 26, 2020
1 parent da50576 commit 6d474bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Setup Go
id: setup-go
- name: Setup Go v1.13.6
id: setup
uses: actions/setup-go@v1
with:
go-version: 1.13.6
Expand All @@ -34,4 +34,5 @@ jobs:
args: release --rm-dist
# key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
# Provided by GitHub action, does not need to be set.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d474bd

Please sign in to comment.