Skip to content

Bump github.com/auth0/go-auth0 from 1.3.0 to 1.3.1 (#929) #943

Bump github.com/auth0/go-auth0 from 1.3.0 to 1.3.1 (#929)

Bump github.com/auth0/go-auth0 from 1.3.0 to 1.3.1 (#929) #943

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # [email protected]
with:
version: v1.18.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}