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: on:
push: push:
tags: branches: [ master ]
- 'v*.*.*'
jobs: jobs:
publish: publish:
name: Pack and Upload Extension name: Pack and Upload Extension
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'chore(release):')"
env: env:
EXTENSION_ID: ${{ secrets.GOOGLE_EXTENSION_ID }} EXTENSION_ID: ${{ secrets.GOOGLE_EXTENSION_ID }}