diff options
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 52 |
4 files changed, 104 insertions, 104 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index ead52c9f8..83730da3e 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -162,29 +162,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index 040223983..b4b9cbcfb 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -393,29 +393,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index de2169c92..5a04735d2 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -397,29 +397,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index 2275c09ad..0a3320f91 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -399,29 +399,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" |