Skip to content

Commit

Permalink
Release: 1.22.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
x70b1 committed Mar 26, 2022
1 parent d40e5b1 commit 87108be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags-ignore:
- '**'
env:
VERSION_UPSTREAM: 1.21.4
VERSION_PACKAGE: 1.21.4-1
VERSION_UPSTREAM: 1.22.0
VERSION_PACKAGE: 1.22.0-1
jobs:
ShellCheck:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
tags:
- '**'
env:
VERSION_UPSTREAM: 1.21.4
VERSION_PACKAGE: 1.21.4-1
VERSION_UPSTREAM: 1.22.0
VERSION_PACKAGE: 1.22.0-1
jobs:
ShellCheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87108be

Please sign in to comment.