Skip to content

feat: add SCORM import and export support (v1.4.0) #4

feat: add SCORM import and export support (v1.4.0)

feat: add SCORM import and export support (v1.4.0) #4

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create GitHub Release
run: gh release create "${{ github.ref_name }}" --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}