mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Fix YAML maybe
This commit is contained in:
15
.github/workflows/binaries-publish.yaml
vendored
15
.github/workflows/binaries-publish.yaml
vendored
@@ -51,17 +51,4 @@ jobs:
|
|||||||
args: release --clean --yes
|
args: release --clean --yes
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
|
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
|
||||||
|
|
||||||
- name: Run GoReleaser No Publish
|
|
||||||
if: !startsWith(github.ref, 'refs/tags/')
|
|
||||||
uses: goreleaser/goreleaser-action@v5
|
|
||||||
with:
|
|
||||||
workdir: "backend"
|
|
||||||
distribution: goreleaser
|
|
||||||
version: "~> v2"
|
|
||||||
args: release --clean --skip=publish,validate --yes
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
|
|
||||||
COSIGN_YES: "true"
|
|
||||||
Reference in New Issue
Block a user