From fe6df13b826f54282cb4883f8a47652af595e87c Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Thu, 11 Jul 2024 17:10:02 +0700 Subject: [PATCH] fix: update-version-and-ghtoken-permission --- .github/workflows/release.yml | 4 ++++ src/taipy/config/version.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3df029..f256e32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,10 @@ jobs: name: Release taipy-config Package runs-on: ubuntu-latest + permissions: + contents: write + actions: write + steps: - uses: actions/checkout@v2 diff --git a/src/taipy/config/version.json b/src/taipy/config/version.json index b7ef63c..a6eddb1 100644 --- a/src/taipy/config/version.json +++ b/src/taipy/config/version.json @@ -1 +1 @@ -{"major": 2, "minor": 4, "patch": 0} +{"major": 2, "minor": 4, "patch": 1}