Skip to content

Commit

Permalink
test release action
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Nov 21, 2021
1 parent 436d159 commit 1d63358
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
name: Release

on:
workflow_dispatch:
inputs:
version:
description: version tag to release
required: true
push:
tags:
- 'v*.*.*'

jobs:
setup:
release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 1d63358

Please sign in to comment.