mirror of
https://github.com/unjs/unplugin.git
synced 2026-01-18 16:03:09 +00:00
11 lines
180 B
YAML
11 lines
180 B
YAML
name: Publish Any Commit
|
|
on: [push, pull_request]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
release:
|
|
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
|
|
with:
|
|
compact: true
|