Skip to content

Commit

Permalink
Do not Tweet on release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Apr 6, 2024
1 parent 3a8fe61 commit eca8373
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 56 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_cd.yml
Expand Up @@ -82,8 +82,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}

- name: 'Update website'
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 0 additions & 2 deletions .releaserc
Expand Up @@ -9,5 +9,3 @@ branches:
prerelease: true
success:
- '@semantic-release/github'
- path: '@semantic-release/exec'
cmd: "node __tests__/__helpers__/tweet.cjs 'v${nextRelease.version} has been published! https://github.com/isomorphic-git/isomorphic-git/releases/tag/v${nextRelease.version}'"
20 changes: 0 additions & 20 deletions __tests__/__helpers__/tweet.cjs

This file was deleted.

31 changes: 0 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -128,7 +128,6 @@
"semantic-release": "17.4.7",
"standard": "13.1.0",
"timeout-cli": "0.3.2",
"tweet-tweet": "1.0.4",
"typescript": "3.9.0-dev.20200223",
"webpack": "4.41.5",
"webpack-bundle-analyzer": "3.4.1",
Expand Down

0 comments on commit eca8373

Please sign in to comment.