From 95d53277cbea18a1400ab7b62fdfaa47d0517530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=C6=B0=E1=BB=9Dng=20Giang?= Date: Thu, 11 Jul 2024 17:10:55 +0700 Subject: [PATCH] fix: update-version-and-ghtoken-permission (#116) --- .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}