Skip to content

Commit

Permalink
allow ci triggered manully
Browse files Browse the repository at this point in the history
  • Loading branch information
keaising committed May 28, 2024
1 parent 68516b3 commit 2a1a2ea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Go

on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]*"

jobs:
build:
Expand Down Expand Up @@ -41,12 +41,18 @@ jobs:
with:
merge-multiple: true

- name: Info
run: |
echo ${{ github.ref }}
ls -al
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
with:
name: Release ${{ github.ref }}
tag_name: ${{ github.ref }}
files: |
gclone
goclone
draft: false
prerelease: false

0 comments on commit 2a1a2ea

Please sign in to comment.