Skip to content

Commit

Permalink
fix: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Aug 29, 2023
1 parent 265cd5e commit d0d48b8
Show file tree
Hide file tree
Showing 20 changed files with 271 additions and 350 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ name: release app binary on tag
on:
release:
types: [created]
push:
tags:
# only build on tags that start with 'v'
# having major, minor and path version numbers
# along with alpha beta support
# e.g. v1.0.0-alpha.1, v1.0.0-beta.1, v1.0.0
- 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)+.[0-9]?'
- 'v[0-9]+.[0-9]+.[0-9]'
- 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)'
# push:
# tags:
# # only build on tags that start with 'v'
# # having major, minor and path version numbers
# # along with alpha beta support
# # e.g. v1.0.0-alpha.1, v1.0.0-beta.1, v1.0.0
# - 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)+.[0-9]?'
# - 'v[0-9]+.[0-9]+.[0-9]'
# - 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)'

jobs:
build:
Expand Down
Loading

0 comments on commit d0d48b8

Please sign in to comment.