Skip to content

Commit 7589dba

Browse files
author
Ryan McCarthy
committed
[PETOSS-829] removed trigger on push
1 parent b2bb2a2 commit 7589dba

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/publish-Oauth2-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
run: dotnet build --no-restore
5050
working-directory: Xero-NetStandard
5151

52-
- name: Create Package for Nuget.org\
52+
- name: Create OAuth2 Package for Nuget.org
5353
run: dotnet pack
5454
working-directory: Xero-NetStandard
5555

56-
- name: Publish Package to Nuget.org
56+
- name: Publish OAuth2 Package to Nuget.org
5757
run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{steps.get_latest_release_number.outputs.release_tag}}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
5858
working-directory: Xero-NetStandard
5959

@@ -124,7 +124,7 @@ jobs:
124124
- name: Send slack notification on success
125125
uses: ./Xero-NetStandard/.github/actions/notify-slack
126126
with:
127-
heading_text: "Publish job has succeeded !"
127+
heading_text: "OAuth2 Package publish job has succeeded !"
128128
alert_type: "thumbsup"
129129
job_status: "Success"
130130
XERO_SLACK_WEBHOOK_URL: ${{secrets.XERO_SLACK_WEBHOOK_URL}}
@@ -149,7 +149,7 @@ jobs:
149149
- name: Send slack notification on failure
150150
uses: ./Xero-NetStandard/.github/actions/notify-slack
151151
with:
152-
heading_text: "Publish job has failed !"
152+
heading_text: "OAuth2 Package publish job has failed !"
153153
alert_type: "alert"
154154
job_status: "Failed"
155155
XERO_SLACK_WEBHOOK_URL: ${{secrets.XERO_SLACK_WEBHOOK_URL}}

.github/workflows/publish-Oauth2Client-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
description: "CAB id for the change/release"
77
required: true
88
type: string
9-
push:
10-
tags:
11-
- '[0-9]+.[0-9]+.[0-9]+' # Triggers on main SDK version tags to check if Client SDK needs update
129

1310
jobs:
1411
check-and-publish:

0 commit comments

Comments
 (0)