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

feat: add notebook example in python-starter for local development us… #40

feat: add notebook example in python-starter for local development us…

feat: add notebook example in python-starter for local development us… #40

Workflow file for this run

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