Skip to content

Commit

Permalink
ci: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 18, 2024
1 parent bebeafc commit c52d9cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/actions/notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ inputs:
description: "webhook url for channel - public-sdk-events"
job_url:
required: true
description: "job event link"
description: "job run id link"
button_type:
required: true
description: "color for the check logs button"
required: true
description: "color for the check logs button"
package_version:
required: true
description: "released package version"
repo_link:
required: true
description: "link of the repo"
required: true
description: "link of the repo"


runs:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Publish
on:
release:
types: [published]
pull_request:
paths:
- '**'

jobs:
publish:
Expand Down Expand Up @@ -48,8 +45,8 @@ jobs:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish to npm
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
working-directory: xero-node

Expand Down

0 comments on commit c52d9cd

Please sign in to comment.