Skip to content

Support eight-character BICs, improve XML escaping, and simplify XML … #11

Support eight-character BICs, improve XML escaping, and simplify XML …

Support eight-character BICs, improve XML escaping, and simplify XML … #11

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 7, Col: 9): you may only define one of `tags` and `tags-ignore` for a single event
on:
push:
tags:
- 'v*'
tags-ignore:
- '*-rc*'
permissions:
contents: write
jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Create release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
generate_release_notes: true