Compare commits
No commits in common. "af853a5d64db04506f8dc1d4a4e71adbd9ebd678" and "b1589a490ec26ed5761fa43a5f0c761136bf125a" have entirely different histories.
af853a5d64
...
b1589a490e
2 changed files with 1 additions and 40 deletions
|
@ -1,38 +0,0 @@
|
||||||
name: goreleaser
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
# run only against tags
|
|
||||||
tags:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
# packages: write
|
|
||||||
# issues: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
goreleaser:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: stable
|
|
||||||
# More assembly might be required: Docker logins, GPG, etc.
|
|
||||||
# It all depends on your needs.
|
|
||||||
- name: Run GoReleaser
|
|
||||||
uses: https://github.com/goreleaser/goreleaser-action@v6
|
|
||||||
with:
|
|
||||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
|
||||||
distribution: goreleaser
|
|
||||||
# 'latest', 'nightly', or a semver
|
|
||||||
version: "~> v1"
|
|
||||||
args: release --clean
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -24,5 +24,4 @@ _test
|
||||||
# secrets
|
# secrets
|
||||||
*.key
|
*.key
|
||||||
dnsimple-secret.yaml
|
dnsimple-secret.yaml
|
||||||
.decrypted~*
|
.decrypted~*
|
||||||
.op
|
|
Loading…
Reference in a new issue