From fd54e153fa8e4e73a28ad81bf297327922d8a5c0 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:13:07 +0700 Subject: [PATCH] fix - update-version-and-ghtoken-permission (#117) --- .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}