Skip to content

Commit

Permalink
Added release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 15, 2022
1 parent 5896123 commit a1def26
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# From: https://goreleaser.com/ci/actions/#usage
name: release

env:
GO111MODULE: on

on:
push:
tags:
- '*'

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.1
with:
distribution: goreleaser
version: latest
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Here's the [getting started](https://bitcoinschema.org/) with schema

## Maintainers
| [<img src="https://github.com/mrz1836.png" height="50" alt="MrZ" />](https://github.com/mrz1836) | [<img src="https://github.com/rohenaz.png" height="50" alt="Satchmo" />](https://github.com/rohenaz) |
| :----------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
|:------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------:|
| [MrZ](https://github.com/mrz1836) | [Satchmo](https://github.com/rohenaz) |

<br />
Expand All @@ -304,17 +304,17 @@ Open source tools that we used in this project:
Contribute today and join the team!

| [<img src="https://github.com/mrz1836.png" height="50" alt="MrZ" />](https://github.com/mrz1836) | [<img src="https://github.com/rohenaz.png" height="50" alt="Satchmo" />](https://github.com/rohenaz) |
| :----------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
|:------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------:|
| [MrZ](https://github.com/mrz1836) | [Satchmo](https://github.com/rohenaz) |

<br />

## Sponsors
Are you interested in becoming a sponsor of Schema? [Let us know!](https://github.com/bitcoinschema/schema/issues/new/choose)

| [<img src="assets/sponsors/tonicpow.png" height="50" alt="TonicPow" />](https://tonicpow.com/) | [<img src="assets/sponsors/metalens.png" height="50" alt="MetaLens" />](https://metalens.app/) | [<img src="assets/sponsors/all-aboard.png" height="50" alt="All Aboard" />](https://allaboardbitcoin.com) |
|:---:|:---:|:---:|
| [TonicPow](https://tonicpow.com/) | [MetaLens](https://metalens.app/) | [All Aboard](https://allaboardbitcoin.com/) |
| [<img src="assets/sponsors/tonicpow.png" height="50" alt="TonicPow" />](https://tonicpow.com/) | [<img src="assets/sponsors/metalens.png" height="50" alt="MetaLens" />](https://metalens.app/) | [<img src="assets/sponsors/all-aboard.png" height="50" alt="All Aboard" />](https://allaboardbitcoin.com) |
|:----------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|
| [TonicPow](https://tonicpow.com/) | [MetaLens](https://metalens.app/) | [All Aboard](https://allaboardbitcoin.com/) |

<br />

Expand Down

0 comments on commit a1def26

Please sign in to comment.