Skip to content

Commit

Permalink
chore: release 2.1.23 (#1517)
Browse files Browse the repository at this point in the history
* chore: bump version to 2.1.23

* ci: added releases workflow
  • Loading branch information
irmannmal committed Nov 5, 2022
1 parent 0dac3e5 commit c86cfed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- releases/**
pull_request:
branches:
- main
- releases/**
paths-ignore:
- "**.md"
- ".github/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- releases/**
tags:
- "[0-9]+.[0-9]+.[0-9]+*"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myriad-web",
"version": "2.1.22",
"version": "2.1.23",
"description": "myriad-web",
"private": true,
"license": "AGPL-3.0",
Expand Down

0 comments on commit c86cfed

Please sign in to comment.