Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 22, 2024
1 parent 6c23899 commit e5a3345
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,4 @@ jobs:
yarn publish:ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
<<<<<<< HEAD
<<<<<<< Updated upstream

notify:
needs: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Get package info
id: package
uses: codex-team/action-nodejs-package-info@v1

- name: Send a message
uses: codex-team/action-codexbot-notify@v1
with:
webhook: ${{ env.NOTIFY_WEBHOOK_LINK }}
message: '📦 [${{ steps.package.outputs.name }}](${{ steps.package.outputs.npmjs-link }}) ${{ steps.package.outputs.version }} was published'
parse_mode: 'markdown'
disable_web_page_preview: true
=======
NOTIFY_WEBHOOK: ${{ secrets.CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT }}
>>>>>>> Stashed changes
=======
>>>>>>> 55a8924eb663ee76836f0c6661758fd4cb72f1b5

0 comments on commit e5a3345

Please sign in to comment.