From 67543343c6cf09616441e502d942b6549b16dc36 Mon Sep 17 00:00:00 2001 From: jorenn92 Date: Fri, 2 Feb 2024 14:33:22 +0100 Subject: [PATCH] chore: update pipeline to allow (re)build of 1.x --- .github/workflows/release.yml | 8 ++++++-- package.json | 3 --- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bca8429..b689118c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,12 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 + - name: Switch to 1.x branch + run: git checkout 1.x + + - name: Pull latest changes + run: git pull + - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -85,7 +91,5 @@ jobs: push: true tags: | ghcr.io/jorenn92/maintainerr:${{ steps.package-version.outputs.current-version}} - ghcr.io/jorenn92/maintainerr:latest jorenn92/maintainerr:${{ steps.package-version.outputs.current-version}} - jorenn92/maintainerr:latest labels: ${{ steps.meta.outputs.labels }} diff --git a/package.json b/package.json index 1cc0752d..ade11f42 100644 --- a/package.json +++ b/package.json @@ -158,9 +158,6 @@ } ] ], - "branches": [ - "main" - ], "npmPublish": false, "publish": [ "@semantic-release/github"