Skip to content

SHS-5070: Implementation: Switch H2 headings in collection components to H3 in some cases (Back End) #881

SHS-5070: Implementation: Switch H2 headings in collection components to H3 in some cases (Back End)

SHS-5070: Implementation: Switch H2 headings in collection components to H3 in some cases (Back End) #881

Workflow file for this run

# .github/workflows/release.yml
name: Release
on:
pull_request:
types: closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: develop
tag_format: "%major%.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}