From 79cbcb80ff6fd7058607432130b8ceff89bf2c3c Mon Sep 17 00:00:00 2001
From: Prajjwal
Date: Wed, 5 Jun 2024 16:33:28 +0530
Subject: [PATCH 1/3] moves to warpbuild runners
---
.github/workflows/release.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f240acae6..e7651545b 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
jobs:
goreleaser:
- runs-on: ubuntu-latest
+ runs-on: warp-ubuntu-latest-x64-8x
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -14,12 +14,12 @@ jobs:
fetch-depth: 0
- name: Set up Node.js
- uses: actions/setup-node@v4
+ uses: WarpBuilds/setup-node@v4
with:
node-version: 20.11.0
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: WarpBuilds/setup-go@v5
with:
go-version: '>=1.22.3'
From 368139cfcf7776077594b15b3376dbb246dcc1e3 Mon Sep 17 00:00:00 2001
From: Prajjwal
Date: Tue, 18 Jun 2024 15:14:49 +0530
Subject: [PATCH 2/3] adds github context log
---
.github/workflows/release.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e7651545b..b59574e44 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -13,6 +13,14 @@ jobs:
with:
fetch-depth: 0
+ - name: Log GitHub context
+ uses: actions/github-script@v7
+ with:
+ script: |
+ console.log('GitHub context:', context);
+ core.debug('Full GitHub context object:');
+ core.debug(JSON.stringify(context, null, 2));
+
- name: Set up Node.js
uses: WarpBuilds/setup-node@v4
with:
From be625bf9da777f21518337b1d0049ec782fc7dc8 Mon Sep 17 00:00:00 2001
From: Prajjwal
Date: Tue, 18 Jun 2024 15:15:43 +0530
Subject: [PATCH 3/3] pr change
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 3b7c8bbf3..0732c0a42 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
-