Skip to content

Commit 13beb65

Browse files
authored
feat: create release (#6)
1 parent 4001c1d commit 13beb65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main-push.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
branches:
55
- 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+
611
jobs:
712
release:
813
name: Release

scripts/automation/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV
55
./scripts/automation/assemble_catalogs.sh $version_tag
66
git config --global user.email "automation@example.com"
77
git config --global user.name "Automation Bot"
8-
semantic-release publish
8+
semantic-release publish

0 commit comments

Comments
 (0)