mbudisic commited on
Commit
47431d6
·
1 Parent(s): 4f10d85

feat: Update GitHub Actions workflow to include permissions for tagging

Browse files

- Added permissions for write access to contents in the GitHub Actions workflow, enabling automatic tagging functionality on version updates.

.github/workflows/tag-on-version.yml CHANGED
@@ -7,6 +7,9 @@ on:
7
  branches:
8
  - main
9
 
 
 
 
10
  jobs:
11
  tag_version:
12
  runs-on: ubuntu-latest
 
7
  branches:
8
  - main
9
 
10
+ permissions:
11
+ contents: write
12
+
13
  jobs:
14
  tag_version:
15
  runs-on: ubuntu-latest