Skip to content

Commit

Permalink
chore: fix weekly release workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Dec 15, 2024
1 parent d70be78 commit 146a149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
stable-release:
create-stable-release:
name: Release
runs-on: ubuntu-latest
strategy:
Expand All @@ -25,8 +25,8 @@ jobs:
repo: marley
title: |-
"chore: release v${{ matrix.version }}"
body: "Automated release."
body: "Automated Release."
base: version-${{ matrix.version }}
head: version-${{ matrix.version }}-hotfix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }}

0 comments on commit 146a149

Please sign in to comment.