Skip to content

Commit

Permalink
Merge branch 'main' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed May 27, 2024
2 parents 0b8f3c0 + 4c6f309 commit 73d6035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# PRを作成
- name: Create PR
run: |
gh pr create --draft --title "Release: TARGET_VERSION" --body "$CHANGELOG" --head "release/$TARGET_VERSION" --base "$GITHUB_REF_NAME"
gh pr create --draft --title "Release: $TARGET_VERSION" --body "$CHANGELOG" --head "release/$TARGET_VERSION" --base "$GITHUB_REF_NAME"
env:
TARGET_VERSION: ${{ steps.target_version.outputs.result }}
CHANGELOG: ${{ steps.changelog.outputs.changelog }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sandbox-actions-release",
"version": "2024.5.2"
"version": "2024.5.4"
}
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sandbox-actions-release-misskey-js",
"version": "2024.5.2"
"version": "2024.5.4"
}

0 comments on commit 73d6035

Please sign in to comment.