From 906b04e5e544a39621058fed6ebec34b0753db8e Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Thu, 11 Jul 2024 17:12:25 +0700 Subject: [PATCH] fix - update-version-and-ghtoken-permission --- .github/workflows/release.yml | 5 +++++ src/taipy/config/version.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f361c65..7102190 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,11 @@ jobs: release-package: timeout-minutes: 20 runs-on: ubuntu-latest + + permissions: + contents: write + actions: write + steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 diff --git a/src/taipy/config/version.json b/src/taipy/config/version.json index e45beeb..87b10aa 100644 --- a/src/taipy/config/version.json +++ b/src/taipy/config/version.json @@ -1 +1 @@ -{"major": 3, "minor": 0, "patch": 0} +{"major": 3, "minor": 0, "patch": 1}