Skip to content

Commit 8c29a8b

Browse files
authored
Fix pipeline (#25)
* Fix publishing pipeline
1 parent 0c6178e commit 8c29a8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
working-directory: "automagicallyexecute/"
4040

4141
- 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 }}

automagicallyexecute/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 2,
1111
"Minor": 0,
12-
"Patch": 0
12+
"Patch": 1
1313
},
1414
"instanceNameFormat": "Execute Automagically",
1515
"inputs": [

overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use this task a token is required. Don't have one? We're here to help.
1212
deployment of your branch.
1313

1414
```yml
15-
- task: automagicallyexecute@1
15+
- task: automagicallyexecute@2
1616
inputs:
1717
url: https://public.url
1818
token: ${{ secrets.AUTOMAGICALLY_TOKEN }}

vss-extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "automagically-execute-task",
44
"name": "octomind automagically execute",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"publisher": "octomind",
77
"targets": [
88
{

0 commit comments

Comments
 (0)