diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b99b51..fb20af1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: matrix: go-version: [ 1.14.x, 1.15.x ] os: [ ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest] - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - run: git fetch --prune --unshallow @@ -57,4 +57,4 @@ jobs: version: v0.142.0 args: release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}