File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - initial-version
6
7
7
8
jobs :
8
9
deploy :
@@ -12,14 +13,10 @@ jobs:
12
13
- uses : actions/setup-node@v2
13
14
with :
14
15
node-version : 12
15
- - run : npx semantic-release
16
- env :
17
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
- - name : ' Run Azure Functions Action'
19
- uses : Azure/functions-action@v1
20
- id : fa
21
- with :
22
- app-name : " probot-example"
23
- package : " ."
24
- # probot/example-azure-function credentials provided by @bcoe
25
- publish-profile : ${{ secrets.AZURE_FUNCTION_APP_PUBLISH_PROFILE }}
16
+ - name : " Run Azure Functions Action"
17
+ uses : Azure/functions-action@v1
18
+ id : fa
19
+ with :
20
+ app-name : " probot-example"
21
+ package : " ."
22
+ publish-profile : ${{ secrets.AZURE_FUNCTION_APP_PUBLISH_PROFILE }}
You can’t perform that action at this time.
0 commit comments