diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a37080c..4f67567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }}