Skip to content

Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.17.… #4

Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.17.…

Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.17.… #4

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
if: github.repository == 'go-rel/changeset'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}