Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0 #20

Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0

Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0 #20

Workflow file for this run

name: Create Release
on:
pull_request:
types:
- closed
workflow_dispatch:
permissions:
contents: write
### TODO: Replace instances of './.github/workflow/' w/ `auth0/dx-sdk-actions/` and append `@latest` after the common `dx-sdk-actions` repo is made public.
### TODO: Also remove `get-prerelease`, `get-version`, `release-create`, `tag-create` and `tag-exists` actions from this repo's .github/actions folder and `go-release` from `./github/workflows` once the repo is public.
jobs:
release:
uses: ./.github/workflows/go-release.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}