Skip to content

Commit

Permalink
Release with tag:v
Browse files Browse the repository at this point in the history
  • Loading branch information
Flying-Tom committed Jan 25, 2022
1 parent 5628676 commit b5c66c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v*.*.*"

env:
BUILD_TYPE: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v*.*.*"

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit b5c66c3

Please sign in to comment.