We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75333e3 + f99ad6d commit 188a134Copy full SHA for 188a134
3 files changed
.github/workflows/publish-tag.yml
@@ -28,7 +28,6 @@ jobs:
28
user_email="github-actions@github.com"
29
fi
30
echo "user_email=$user_email" >> $GITHUB_ENV
31
-
32
- name: Configure Git with the triggering user's info
33
run: |
34
git config user.name "${{ github.actor }}"
@@ -59,4 +58,4 @@ jobs:
59
58
# 5) Push commit and tag
60
git push --follow-tags
61
env:
62
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
manifest.json
@@ -1,6 +1,7 @@
1
{
2
"requiredSdkVersion": "~0.0.59",
3
"name": "DecreaseVolumeOnSpeak",
4
+ "version": "0.1.1",
5
"javascriptEntrypointUrl": "DecreaseVolumeOnSpeak.js",
6
"localesBaseUrl": "https://cdn.domain.com/pluginabc/"
7
}
0 commit comments