first commit
v1 version / test Multiple Host (push) Canceled after 0s
v1 version / test scp action (push) Canceled after 10s
v1 version / test deploy artifact (push) Canceled after 10s
v1 version / test changed-files (push) Canceled after 10s
v1 version / test target folder (push) Canceled after 9s
lint and test / test scp action (push) Canceled after 0s
lint and test / test deploy artifact (push) Canceled after 0s
lint and test / test changed-files (push) Canceled after 0s
lint and test / test target folder (push) Canceled after 0s
lint and test / test Multiple Host (push) Canceled after 0s
v1 version / test Multiple Host (push) Canceled after 0s
v1 version / test scp action (push) Canceled after 10s
v1 version / test deploy artifact (push) Canceled after 10s
v1 version / test changed-files (push) Canceled after 10s
v1 version / test target folder (push) Canceled after 9s
lint and test / test scp action (push) Canceled after 0s
lint and test / test deploy artifact (push) Canceled after 0s
lint and test / test changed-files (push) Canceled after 0s
lint and test / test target folder (push) Canceled after 0s
lint and test / test Multiple Host (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
name: Goreleaser
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v7
|
||||
with:
|
||||
go-version: "^1"
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v7
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user