Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 16, 2024
1 parent ac063b6 commit 70d99fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "LuckyBeast"
git commit -am "Bump version to ${{ steps.increment_version.outputs.result }}-beta.0"
# バージョンをpush
- name: Push version
run: |
git push origin HEAD:release/${{ steps.increment_version.outputs.result }}-beta.0 --tags
# バージョンをタグ付け
- name: Tag version
run: |
git tag -a ${{ steps.increment_version.outputs.result }}-beta.0 -m "Bump version to ${{ steps.increment_version.outputs.result }}-beta.0"
# バージョンをpush
- name: Push version
run: |
git push origin HEAD:release/${{ steps.increment_version.outputs.result }}-beta.0 --tags
# リリースを作成
- name: Create release
run: |
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.1.2"
"version": "2024.1.3"
}

0 comments on commit 70d99fd

Please sign in to comment.