Bump
Former-commit-id: b84c67a20cb6f29bfa247c3e50984c1d79cf4350 [formerly f8200b9869d246c0f710d6fed235021f25124f63] [formerly 6b76da7d163487f46678f66a52e654c132c9a680 [formerly b2a6aba79a9fff6f4315623a72c7bafc4022a10f]] Former-commit-id: 40905d8d89c533365b01588888e6fa328c3765c4 [formerly f80d2ea8470cf28f4f4d658874a963514e00b9e4] Former-commit-id: 256e04660e867a4408b8023768e27bec19f908ed Former-commit-id: 062da9f4291cb381fed6c377b387d6c3b652808e Former-commit-id: 64c186d384467401fa4ba6c8734ef3fd89d84998 Former-commit-id: b0f9c28cc282a6aef12a1f07e121e51da96f7922 [formerly 4151075ecfb2e4b507a2734c6a41f9f64ad72532] Former-commit-id: e4e0b049c70e6d89179caa10a465080b38188482
This commit is contained in:
parent
81a0e9bbda
commit
36b76cba8e
1 changed files with 6 additions and 15 deletions
21
.github/workflows/release.yaml
vendored
21
.github/workflows/release.yaml
vendored
|
@ -113,19 +113,10 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: list artifacts
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
run: ls artifacts/*
|
|
||||||
|
|
||||||
# Goreleaser
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
- name: Run GoReleaser
|
|
||||||
uses: goreleaser/goreleaser-action@v5
|
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
repo_token: "${{ secrets.RELEASE_TOKEN }}"
|
||||||
version: latest
|
prerelease: true
|
||||||
# Run goreleaser and ignore non-committed files (downloaded artifacts)
|
files: |
|
||||||
args: release --clean --skip=validate
|
artifacts/wstunnel-*
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in a new issue