We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001c1d commit 13beb65Copy full SHA for 13beb65
.github/workflows/main-push.yml
@@ -3,6 +3,11 @@ on:
3
push:
4
branches:
5
- main
6
+permissions:
7
+ contents: write # Allows write access to repository content
8
+ issues: write # Allows write access to issues (if needed)
9
+ pull-requests: write # Allows write access to pull requests (if needed)
10
+
11
jobs:
12
release:
13
name: Release
scripts/automation/release.sh
@@ -5,4 +5,4 @@ echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV
./scripts/automation/assemble_catalogs.sh $version_tag
git config --global user.email "automation@example.com"
git config --global user.name "Automation Bot"
-semantic-release publish
+semantic-release publish
0 commit comments