Skip to content

Commit

Permalink
Fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkotuy committed Feb 2, 2023
1 parent e05fbde commit 24cb1bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Release linux archives'
on:
release:
types: [published]
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Release macos archives'
on:
release:
types: [published]
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: macos-latest
Expand Down

0 comments on commit 24cb1bc

Please sign in to comment.