Skip to content

Commit

Permalink
rename workflow (#105)
Browse files Browse the repository at this point in the history
* rename workflow

* call proper circleci action
  • Loading branch information
trevor-coleman authored Oct 5, 2023
1 parent de6b405 commit 0b75d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ir-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- name: "Trigger CircleCI publish-docs pipeline"
id: react-native-mlkit-publish-docs
uses: circleci/trigger_circleci_pipeline@v1.0
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: Create Release(s) from Version Tags
on:
push:
tags:
Expand Down

0 comments on commit 0b75d4c

Please sign in to comment.