Skip to content

Commit

Permalink
chore: update pipeline to allow (re)build of 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Feb 2, 2024
1 parent cd31cc5 commit 6754334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@
}
]
],
"branches": [
"main"
],
"npmPublish": false,
"publish": [
"@semantic-release/github"
Expand Down

0 comments on commit 6754334

Please sign in to comment.