Skip to content

Commit f52d28e

Browse files
authored
Merge pull request #684 from kexa-io/fix/version-bump
fix(ci): fix versioning workflow + bump to 2.8.1
2 parents d40abe0 + eabdbf3 commit f52d28e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/versioning.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
token: ${{ steps.app-token.outputs.token }}
39+
persist-credentials: false
3940

4041
- name: Setup Bun
4142
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2

Kexa/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "v2.7.0";
1+
export const VERSION = "v2.8.1";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Open-source multi-cloud compliance management tool",
44
"module": "main.ts",
55
"type": "module",
6-
"version": "v2.7.0",
6+
"version": "2.8.1",
77
"private": true,
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)