Skip to content

improve readability of cookie consent banner #52

improve readability of cookie consent banner

improve readability of cookie consent banner #52

Workflow file for this run

name: GitHub Release
on:
push:
tags:
- release-website-*
jobs:
release:
runs-on: "ubuntu-latest"
steps:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}