SHS-5505: Banner Image (s) - with partial overlay and text Title is not aligned properly when right aligned #903
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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 }} |