Skip to content

Commit

Permalink
replaced with gh workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr455 committed Jan 3, 2024
1 parent d7c8069 commit ae71bfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-upon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
# run: RUST_BACKTRACE=1 cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
# Trigger the 'update-toml-version' workflow
- name: Trigger update-toml-version workflow
uses: actions/trigger-workflow@v3
with:
workflow: update-toml-version
run: |
gh workflow run update-toml-version.yaml -R owner/repo

0 comments on commit ae71bfc

Please sign in to comment.