mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
ci: updated workflow, chore(release): 1.5.0
This commit is contained in:
3
.github/workflows/publish-extension.yml
vendored
3
.github/workflows/publish-extension.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user