We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee74dc5 commit 44be7dbCopy full SHA for 44be7db
.github/workflows/release.yml
@@ -31,14 +31,14 @@ jobs:
31
run: |
32
git config --global user.name $CONFIG_USERNAME
33
git config --global user.email $CONFIG_EMAIL
34
- git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-notifications
+ git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-message-bus-connector
35
env:
36
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
37
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
38
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
39
40
- name: Install 📌
41
- run: npm install
+ run: npm ci --ignore-scripts
42
43
- name: Test 🔧
44
run: npm run test
0 commit comments