mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 21:01:10 +01:00
Remove the release github action
as MacOS code signing is required
This commit is contained in:
parent
46fdefaeb2
commit
156ac9c875
1 changed files with 0 additions and 22 deletions
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Release with goreleaser
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: goreleaser
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Unshallow Fetch
|
||||
run: git fetch --prune --unshallow
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.0'
|
||||
- name: Release via goreleaser
|
||||
uses: goreleaser/goreleaser-action@master
|
||||
with:
|
||||
args: release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue