[local] Fix workflow syntax

This commit is contained in:
Nick Gerleman
2023-06-29 11:34:23 -07:00
parent b5d105132e
commit f216c84175
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Publish Android Release
on: on:
push: push:
tags: tags:
- * - '*'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -3,7 +3,7 @@ name: Publish CocoaPods Release
on: on:
push: push:
tags: tags:
- * - '*'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -3,7 +3,7 @@ name: Publish NPM Release
on: on:
push: push:
tags: tags:
- * - '*'
workflow_dispatch: workflow_dispatch:
jobs: jobs: