Skip to content

Commit

Permalink
chore: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent 79f1176 commit 0bc1df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Build conda package
conda config --set anaconda_upload no
package_file=${conda build fds.sdk.utils --output}
package_file=$(conda build fds.sdk.utils --output)
conda build fds.sdk.utils
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
Expand Down

0 comments on commit 0bc1df1

Please sign in to comment.