Skip to content

Commit

Permalink
chore: beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Nov 21, 2024
1 parent 1ab3c87 commit 8b9b361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- "beta"
env:
PLUGIN_NAME: calendarium
GH_BOT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
GH_BOT_NAME: "GitHub Action"
GH_BOT_EMAIL: "valentine.195@gmail.com"
GH_BOT_NAME: "valentine195"

permissions:
contents: write
Expand Down Expand Up @@ -66,8 +66,6 @@ jobs:
needs: [build, release]
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Update Beta Manifest
continue-on-error: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0-beta"
".": "1.5.0"
}

0 comments on commit 8b9b361

Please sign in to comment.