Skip to content

chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 #85

chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0

chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 #85

Workflow file for this run

name: goreleaser
on:
push:
paths-ignore:
- README.md
- env.sample
branches:
- main
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- name: Bump version and push tag
uses: charlesthomas/[email protected]+2.2.0
with:
pushTag: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}