Skip to content

Limit e_registration_scheme_id_matches_subject_country to no longer a… #22

Limit e_registration_scheme_id_matches_subject_country to no longer a…

Limit e_registration_scheme_id_matches_subject_country to no longer a… #22

Workflow file for this run

name: goreleaser
on:
push:
tags:
- v*
jobs:
goreleaser:
name: Publish Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
workdir: v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}