File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
working-directory : " automagicallyexecute/"
40
40
41
41
- name : tfx publish
42
- run : tfx extension publish --manifest-globs vss-extension.json --share-with octomind-dev - t ${{ secrets.AZURE_PUBLISH_TOKEN }}
42
+ run : tfx extension publish --manifest-globs vss-extension.json -t ${{ secrets.AZURE_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 9
9
"version" : {
10
10
"Major" : 2 ,
11
11
"Minor" : 0 ,
12
- "Patch" : 0
12
+ "Patch" : 1
13
13
},
14
14
"instanceNameFormat" : " Execute Automagically" ,
15
15
"inputs" : [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To use this task a token is required. Don't have one? We're here to help.
12
12
deployment of your branch.
13
13
14
14
``` yml
15
- - task : automagicallyexecute@1
15
+ - task : automagicallyexecute@2
16
16
inputs :
17
17
url : https://public.url
18
18
token : ${{ secrets.AUTOMAGICALLY_TOKEN }}
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " automagically-execute-task" ,
4
4
"name" : " octomind automagically execute" ,
5
- "version" : " 2.0.0 " ,
5
+ "version" : " 2.0.1 " ,
6
6
"publisher" : " octomind" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments