diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..3f919b75a --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,20 @@ +name: Release + +on: + push: + branches: [main] + workflow_dispatch: + +permissions: + contents: write + issues: write + pull-requests: write + id-token: write + attestations: write + +jobs: + release: + uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/release.yml@v1 + with: + package-manager: "npm" + secrets: inherit