remove unused workflow step

This commit is contained in:
Hayden 2023-03-22 20:26:23 -08:00
parent 24ccb2b4e7
commit e5d8b098f1
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -12,20 +12,4 @@ 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
uses: ./.github/workflows/partial-frontend.yaml