mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 23:47:30 +00:00
Move repository to GoReleaser org (#3)
This commit is contained in:
@@ -1,18 +1,22 @@
|
||||
[](https://github.com/crazy-max/ghaction-goreleaser/releases/latest)
|
||||
[](https://github.com/marketplace/actions/goreleaser-action)
|
||||
[](https://github.com/crazy-max/ghaction-goreleaser/actions)
|
||||
[](https://www.patreon.com/crazymax)
|
||||
[](https://www.paypal.me/crazyws)
|
||||
<p align="center">
|
||||
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
|
||||
<h3 align="center">GoReleaser Action</h3>
|
||||
<p align="center"><a href="https://github.com/features/actions">GitHub Action</a> for GoReleaser</p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/goreleaser/goreleaser-action/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/goreleaser/goreleaser-action.svg?logo=github&style=flat-square"></a>
|
||||
<a href="https://github.com/marketplace/actions/goreleaser-action"><img alt="GitHub marketplace" src="https://img.shields.io/badge/marketplace-goreleaser--action-blue?logo=github&style=flat-square"></a>
|
||||
<a href="https://github.com/goreleaser/goreleaser-action/actions"><img alt="Test workflow" src="https://github.com/goreleaser/goreleaser-action/workflows/test/badge.svg"></a>
|
||||
<a href="https://www.patreon.com/crazymax"><img alt="Support CrazyMax on Patreon" src="https://img.shields.io/badge/crazymax-patreon-f96854.svg?logo=patreon&style=flat-square"></a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
## ✨ About
|
||||
|
||||
GitHub Action for [GoReleaser](https://goreleaser.com/), a release automation tool for Go projects.
|
||||
---
|
||||
|
||||
> **:warning: Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
|
||||
|
||||
## 🚀 Usage
|
||||
## Usage
|
||||
|
||||
Below is a simple snippet to use this action. A [live example](https://github.com/crazy-max/ghaction-goreleaser/actions) is also available for this repository.
|
||||
Below is a simple snippet to use this action. A [live example](https://github.com/goreleaser/goreleaser-action/actions) is also available for this repository.
|
||||
|
||||
```yaml
|
||||
name: goreleaser
|
||||
@@ -33,7 +37,7 @@ jobs:
|
||||
uses: actions/setup-go@master
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: crazy-max/ghaction-goreleaser@master
|
||||
uses: goreleaser/goreleaser-action@master
|
||||
with:
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
@@ -42,9 +46,9 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
## 💅 Customizing
|
||||
## Customizing
|
||||
|
||||
### inputs
|
||||
### Inputs
|
||||
|
||||
Following inputs can be used as `step.with` keys
|
||||
|
||||
@@ -52,7 +56,7 @@ Following inputs can be used as `step.with` keys
|
||||
|---------------|---------|-----------|------------------------------------------|
|
||||
| `version` | String | `latest` | GoReleaser version. Example: `v0.117.0` |
|
||||
| `args` | String | | Arguments to pass to GoReleaser |
|
||||
| `key` | String | | Private key to import
|
||||
| `key` | String | | Private key to import |
|
||||
|
||||
### Signing
|
||||
|
||||
@@ -67,15 +71,6 @@ signs:
|
||||
|
||||
This feature is currently only compatible when using the default `gpg` command and a private key without a passphrase.
|
||||
|
||||
## 🤝 How can I help ?
|
||||
|
||||
All kinds of contributions are welcome :raised_hands:!<br />
|
||||
The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon:<br />
|
||||
But we're not gonna lie to each other, I'd rather you buy me a beer or two :beers:!
|
||||
|
||||
[](https://www.patreon.com/crazymax)
|
||||
[](https://www.paypal.me/crazyws)
|
||||
|
||||
## 📝 License
|
||||
## License
|
||||
|
||||
MIT. See `LICENSE` for more details.
|
||||
|
||||
Reference in New Issue
Block a user