mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
remove unused workflow step
This commit is contained in:
parent
24ccb2b4e7
commit
e5d8b098f1
1 changed files with 1 additions and 17 deletions
16
.github/workflows/pull-requests.yaml
vendored
16
.github/workflows/pull-requests.yaml
vendored
|
@ -13,19 +13,3 @@ jobs:
|
|||
frontend-tests:
|
||||
name: "Frontend and End-to-End Tests"
|
||||
uses: ./.github/workflows/partial-frontend.yaml
|
||||
|
||||
releaser:
|
||||
name: "Cross Compile and Release"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/goreleaser/goreleaser-cross:v1.20.2
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: "Cross Compile and Release"
|
||||
working-directory: backend
|
||||
run: goreleaser release --snapshot --clean --skip-publish
|
||||
|
|
Loading…
Reference in a new issue