Skip to content

Commit

Permalink
Update release-chrome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ogatomo21 authored Nov 17, 2024
1 parent 6afad94 commit bc637ce
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
inputs:
version:
description: '公開する拡張機能のバージョン'
description: 'Version number for the extension'
required: true
default: '1.0.0'
default: '1.0'

jobs:
release:
Expand Down Expand Up @@ -34,6 +34,11 @@ jobs:
git add manifest.json
git commit -m "Update manifest.json version to $VERSION"
# manifest.jsonの更新をプッシュ
- name: Push changes to repository
run: |
git push origin HEAD:${{ github.ref }}
# 拡張機能をzip化
- name: Create zip package
run: |
Expand Down

0 comments on commit bc637ce

Please sign in to comment.