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 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo authored Jul 11, 2024
1 parent 3ce3d65 commit cd0efcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
name: Release taipy-config Package
runs-on: ubuntu-latest

permissions:
contents: write
actions: write

steps:
- uses: actions/checkout@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": 2, "minor": 3, "patch": 1}
{"major": 2, "minor": 3, "patch": 2}

0 comments on commit cd0efcb

Please sign in to comment.