Skip to content

Commit

Permalink
fix: typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 28, 2024
1 parent c8cb193 commit fcd4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ jobs:
steps:
- name: Setup environment
run: |
TRIGGER_URL="http://update.repo.swiftwave.org/?repo_name=${package_name}&release_tag=${release_tag}"
TRIGGER_URL="http://update.repo.swiftwave.org/?repo_name=${github_repository}&release_tag=${release_tag}"
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' $TRIGGER_URL

0 comments on commit fcd4fb7

Please sign in to comment.