Skip to content

Commit 188a134

Browse files
authored
Merge branch 'main' into update-ci
2 parents 75333e3 + f99ad6d commit 188a134

3 files changed

Lines changed: 160 additions & 232 deletions

File tree

.github/workflows/publish-tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
user_email="github-actions@github.com"
2929
fi
3030
echo "user_email=$user_email" >> $GITHUB_ENV
31-
3231
- name: Configure Git with the triggering user's info
3332
run: |
3433
git config user.name "${{ github.actor }}"
@@ -59,4 +58,4 @@ jobs:
5958
# 5) Push commit and tag
6059
git push --follow-tags
6160
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"requiredSdkVersion": "~0.0.59",
33
"name": "DecreaseVolumeOnSpeak",
4+
"version": "0.1.1",
45
"javascriptEntrypointUrl": "DecreaseVolumeOnSpeak.js",
56
"localesBaseUrl": "https://cdn.domain.com/pluginabc/"
67
}

0 commit comments

Comments
 (0)