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 }}