Skip to content

Commit

Permalink
fix: revert CI changes (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Mar 21, 2024
1 parent 87567ad commit 9083f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 -D
npm install @semantic-release/git @semantic-release/changelog @semantic-release/exec -D
npx semantic-release
env:
GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}
],
[
"@semantic-release/github",
"@semantic-release/exec",
{
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
}
],
]
]
}

0 comments on commit 9083f3b

Please sign in to comment.