Skip to content

Commit

Permalink
Fix dysfunctional release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shrsv committed Aug 6, 2023
1 parent a98a39e commit 5bb02cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Lama2 Release
on:
release:
types: [created]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
releases-matrix:
Expand Down

0 comments on commit 5bb02cb

Please sign in to comment.