Skip to content

0.9.9

0.9.9 #1266

Workflow file for this run

name: CI
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker-ghcr.yml@0.40.10
permissions:
packages: write
release-semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.40.10
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}