Skip to content

Commit d6f21da

Browse files
authored
fix: move publishCmd to semantic release github (#34)
closes #32
1 parent f516abc commit d6f21da

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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 @semantic-release/exec -D
87+
npm install @semantic-release/git @semantic-release/changelog -D
8888
npx semantic-release
8989
env:
9090
GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }}

.releaserc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
}
2020
],
2121
[
22-
"@semantic-release/exec",
22+
"@semantic-release/github",
2323
{
2424
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
2525
}
2626
],
27-
[
28-
"@semantic-release/github"
29-
]
3027
]
3128
}

0 commit comments

Comments
 (0)