Skip to content

Commit

Permalink
fix: move publishCmd to semantic release github (#34)
Browse files Browse the repository at this point in the history
closes #32
  • Loading branch information
mikesmithgh authored Mar 21, 2024
1 parent f516abc commit d6f21da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Semantic Release
run: |
npm install @semantic-release/git @semantic-release/changelog @semantic-release/exec -D
npm install @semantic-release/git @semantic-release/changelog -D
npx semantic-release
env:
GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }}
Expand Down
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
}
],
[
"@semantic-release/exec",
"@semantic-release/github",
{
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
}
],
[
"@semantic-release/github"
]
]
}

0 comments on commit d6f21da

Please sign in to comment.