From a04d25866a7a25cf9bcf92f61b556d26449906a3 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Thu, 10 Nov 2022 13:42:59 -0500 Subject: [PATCH 1/2] fix version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d434d87e..2556710d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandwidth-redoc", - "version": "1.0.0-beta.1", + "version": "0.1.0", "description": "Bandwidth ReDoc Fork", "repository": { "type": "git", From 8b4d5bfe93da9c76123691e1e8d781186cd6fba7 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Thu, 10 Nov 2022 13:44:27 -0500 Subject: [PATCH 2/2] remove tests on release for now --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e332801e..69b0319c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,8 +48,8 @@ jobs: - name: CI run: npm ci && npm ci --prefix cli - - name: Unit Test - run: npm test + # - name: Unit Test + # run: npm test e2e-tests: name: E2E Tests @@ -68,8 +68,8 @@ jobs: name: bundles path: bundles - - name: E2E Test - run: npm run e2e + # - name: E2E Test + # run: npm run e2e publish: name: Publish