Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix - update-version-and-ghtoken-permission (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo authored Jul 11, 2024
1 parent 1074c64 commit fd54e15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/taipy/config/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 3, "minor": 0, "patch": 0}
{"major": 3, "minor": 0, "patch": 1}

0 comments on commit fd54e15

Please sign in to comment.