Skip to content

chore: change gas fee to 125unibi #10

chore: change gas fee to 125unibi

chore: change gas fee to 125unibi #10

Workflow file for this run

name: Goreleaser
on:
push:
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}