From 97c1e87904ced40486e18a1fabe8c9e227a632c6 Mon Sep 17 00:00:00 2001 From: MK Date: Sat, 17 Jan 2026 19:06:07 +0800 Subject: [PATCH] chore: auto publish --- .github/workflows/release.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..42ec41d --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,18 @@ +name: Release +on: + push: + branches: [ master ] + +permissions: + contents: write + deployments: write + issues: write + pull-requests: write + id-token: write + +jobs: + release: + name: NPM + uses: X-Profiler/github-actions/.github/workflows/npm-release.yml@master + secrets: + GIT_TOKEN: ${{ secrets.GIT_TOKEN }}