diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index f233182c..563c086f 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -8,6 +8,8 @@ jobs: upload-assets: name: Upload CLI scripts runs-on: ubuntu-22.04 + permissions: + contents: write steps: - name: Checkout diff --git a/VERSION b/VERSION index bb8edae9..1b0c03e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.2 \ No newline at end of file +v1.3.3 \ No newline at end of file