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

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 16, 2024
1 parent b195c81 commit 73c076e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGES_TEMPLATE: |
## 202x.x.x (Unreleased)
### General
-
### Client
-
### Server
-
## 202x.x.x (Unreleased)\
\
### General\
-\
\
### Client\
-\
\
### Server\
-\
name: "Release Manager"

Expand All @@ -38,9 +38,9 @@ jobs:
- uses: actions/checkout@v4
# jqでpackage.jsonから現在のバージョンを取得
- name: Get current version
run: "jq -r '.version' package.json"
run: echo "ver=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
id: get_current_version
- run: echo "${{ steps.get_current_version.outputs.stdout }}"
- run: echo "${{ steps.get_current_version.outputs.ver }}"
# バージョンをインクリメント
- name: Increment version
uses: actions/script@v7
Expand Down

0 comments on commit 73c076e

Please sign in to comment.