Skip to content

Commit 9083f3b

Browse files
authored
fix: revert CI changes (#35)
1 parent 87567ad commit 9083f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Semantic Release
8686
run: |
87-
npm install @semantic-release/git @semantic-release/changelog -D
87+
npm install @semantic-release/git @semantic-release/changelog @semantic-release/exec -D
8888
npx semantic-release
8989
env:
9090
GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }}

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020
],
2121
[
22-
"@semantic-release/github",
22+
"@semantic-release/exec",
2323
{
2424
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
2525
}
26-
],
26+
]
2727
]
2828
}

0 commit comments

Comments
 (0)