Skip to content

Commit

Permalink
Revert "build: delete PR dev package message after merge (scolladon#847
Browse files Browse the repository at this point in the history
…)"

This reverts commit 8d5c927.
  • Loading branch information
a-ursu committed May 24, 2024
1 parent 691f540 commit d408cff
Show file tree
Hide file tree
Showing 3 changed files with 11,737 additions and 7,051 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/on-merged-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,3 @@ jobs:
[ -n "$DEV_VERSIONS" ] && for DEV_VERSION in ${DEV_VERSIONS}; do npm deprecate "sfdx-git-delta@${DEV_VERSION}" "Deprecated dev version"; done
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Delete package dev channel PR comment
uses: thollander/actions-comment-pull-request@v2
with:
message:
comment_tag: dev-publish
mode: delete
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@salesforce/ts-sinon": "^1.4.19",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@swc/core": "^1.5.0",
"@swc/core": "^1.4.17",
"@types/async": "^3.2.24",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
Expand Down
Loading

0 comments on commit d408cff

Please sign in to comment.