ci: updated workflow, chore(release): 1.5.0

This commit is contained in:
2025-06-24 15:11:33 +03:00
parent 5eca0b395b
commit 2aa60d5553

View File

@@ -2,12 +2,13 @@ name: Publish Chrome Extension
on: on:
push: push:
branches: [ master ] branches: [ main ]
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 }}