Skip to content

Merge pull request #34 from Sefaria/feat/metadata-author-names #28

Merge pull request #34 from Sefaria/feat/metadata-author-names

Merge pull request #34 from Sefaria/feat/metadata-author-names #28

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
release:
name: Release Library
runs-on: ubuntu-latest
permissions:
contents: write # needed to write releases
if: |
(github.repository == 'sefaria/AppliedAI')
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
semantic_version: 18.0.1
extra_plugins: |
[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}