diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml deleted file mode 100644 index 2618100..0000000 --- a/.github/workflows/release.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Release - -permissions: - # Required by AWS CodeArtifact - id-token: write - - # Required by semantic-release - contents: write - pull-requests: write - issues: write - -on: - push: - branches: - - master - - next - - next-major - - beta - - alpha - - "[0-9]+.[0-9]+.x" - - "[0-9]+.x" - -jobs: - release: - uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3 - with: - lint-node-version: '22.x' - test-node-versions: '["22.x"]' - release-node-version: '22.x' - build-command: 'npm run build' - test-command: 'npm test' - allow-postinstall-scripts: false \ No newline at end of file