Skip to content

Commit

Permalink
fix: release_tag env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 28, 2024
1 parent edece2e commit 4a5ff2e
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,4 +155,4 @@ jobs:
steps:
- name: Setup environment
run: |
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' http://update.repo.swiftwave.org/?repo_name=${package_name}&release_tag=${release_tag}
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' 'http://update.repo.swiftwave.org/?repo_name=${package_name}&release_tag=${release_tag}'

0 comments on commit 4a5ff2e

Please sign in to comment.