Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Merge pull request #2 from burgholzer/update-mqt-coding-template #12

Merge pull request #2 from burgholzer/update-mqt-coding-template

Merge pull request #2 from burgholzer/update-mqt-coding-template #12

Workflow file for this run

name: Release
on:
push:
branches: [ "master" ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
- uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_RELEASE_CHECK }}