Skip to content

Added module support #3

Added module support

Added module support #3

name: Create Release

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

View workflow run for this annotation

GitHub Actions / .github/workflows/create-release.yml

Invalid workflow file

you may only define one of `tags` and `tags-ignore` for a single event
on:
push:
tags:
- "ical4j-zoneinfo-outlook-*"
tags-ignore:
- "ical4j-zoneinfo-outlook-*-pre"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Generate changelog
# run: make changelog
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
# body_path: CHANGELOG.md