We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3332d7f commit 08ad8caCopy full SHA for 08ad8ca
.github/workflows/release.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
release:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
steps:
16
- name: Checkout repo
17
uses: actions/checkout@v4
version.ts
@@ -4,4 +4,4 @@
4
*
5
* Changing this value creates a new release.
6
*/
7
-export const version = "2.1.0";
+export const version = "2.2.0";
0 commit comments