Skip to content

ci(NOJIRA-1234): align frontend deploy notifications with backend for… #79

ci(NOJIRA-1234): align frontend deploy notifications with backend for…

ci(NOJIRA-1234): align frontend deploy notifications with backend for… #79

name: Create GitHub Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
github-release:
name: Semantic Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}