Skip to content

Commit

Permalink
replaced with actions/trigger-workflow@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr455 committed Jan 3, 2024
1 parent 4d35716 commit 2e8cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-upon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ 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/workflow-dispatch@v2
uses: actions/trigger-workflow@v3
with:
workflow: update-toml-version

0 comments on commit 2e8cffb

Please sign in to comment.