Skip to content

Commit

Permalink
fix: env var in string
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 28, 2024
1 parent 4a5ff2e commit fa256f8
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 fa256f8

Please sign in to comment.