Skip to content

Commit

Permalink
Fixed github build for tags
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Aug 1, 2021
1 parent e3a4936 commit e2a1499
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release the package for all the architecture.
on: [tags]
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build
Expand Down

0 comments on commit e2a1499

Please sign in to comment.