We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab69137 commit 1edb9d4Copy full SHA for 1edb9d4
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo version: $packageVersion
49
python setup.py sdist
50
- curl -F package=@./dist/botframework-streaming-$packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
+ curl -F package=@./dist/botframework-streaming-forked-$packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
51
env:
52
packageVersion: ${{ steps.vtl.outputs.ver_semVerNoMeta}}
53
working-directory: ./libraries/botframework-streaming
0 commit comments