Skip to content

Commit

Permalink
feat: release demos v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar committed Jul 20, 2022
1 parent 6383f78 commit 456c8b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- dev
pull_request:

jobs:
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Release
on:
push:
branches:
- main
pull_request:
# workflow_run:
# workflows: [CI]
# types: [completed]
# branches: [main]
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]

jobs:
GetVersion:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
v0.1.0

0 comments on commit 456c8b9

Please sign in to comment.