Skip to content

Commit

Permalink
Fix tag model step in CI workflow for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 18, 2024
1 parent 485c6ba commit b9f644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
curl --request PUT \
--url "${{secrets.RASA_X_DEPLOYMENT}}/api/projects/default/models/${{steps.upload_model.outputs.model}}/tags/production?api_token=${{secrets.RASA_X_TOKEN}} \
--url "${{secrets.RASA_X_DEPLOYMENT}}/api/projects/default/models/${{steps.upload_model.outputs.model}}/tags/production?api_token=${{secrets.RASA_X_TOKEN}}" \
--header 'content-type: application/json'
- name: Persist model
Expand Down

0 comments on commit b9f644c

Please sign in to comment.