ci: updated workflow, chore(release): 1.5.0

This commit is contained in:
2025-06-24 15:08:45 +03:00
parent 408080345b
commit 19f54f1c2f

View File

@@ -2,13 +2,13 @@ name: Publish Chrome Extension
on:
push:
tags:
- 'v*.*.*'
branches: [ master ]
jobs:
publish:
name: Pack and Upload Extension
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'chore(release):')"
env:
EXTENSION_ID: ${{ secrets.GOOGLE_EXTENSION_ID }}