Skip to content

Commit

Permalink
chore: update semantic-release workflow config
Browse files Browse the repository at this point in the history
(cherry picked from commit 7108dfb)
  • Loading branch information
akurungadam authored and Sajinsr committed Dec 23, 2024
1 parent b939758 commit 6d45d5c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- version-14
- version-15
jobs:
release:
name: Release
Expand All @@ -23,10 +24,10 @@ jobs:
npm install @semantic-release/git @semantic-release/exec --no-save
- name: Create Release
env:
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: "Frappe PR Bot"
GIT_AUTHOR_EMAIL: "developers@frappe.io"
GIT_COMMITTER_NAME: "Frappe PR Bot"
GIT_COMMITTER_EMAIL: "developers@frappe.io"
GH_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }}
GIT_AUTHOR_NAME: "earthians PR Bot"
GIT_AUTHOR_EMAIL: "devs@earthianslive.com"
GIT_COMMITTER_NAME: "earthians PR Bot"
GIT_COMMITTER_EMAIL: "devs@earthianslive.com"
run: npx semantic-release

0 comments on commit 6d45d5c

Please sign in to comment.