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)

# Conflicts:
#	.github/workflows/on_release.yml
  • Loading branch information
akurungadam authored and Sajinsr committed Dec 24, 2024
1 parent 9f941ba commit 357d1b7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
workflow_dispatch:
push:
branches:
<<<<<<< HEAD
=======
- version-14
>>>>>>> 7108dfb (chore: update semantic-release workflow config)
- version-15
jobs:
release:
Expand All @@ -23,10 +27,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: "[email protected]"
GIT_COMMITTER_NAME: "Frappe PR Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
GH_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }}
GIT_AUTHOR_NAME: "earthians PR Bot"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "earthians PR Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release

0 comments on commit 357d1b7

Please sign in to comment.