Skip to content

Commit

Permalink
Merge pull request #123 from netboxlabs/develop
Browse files Browse the repository at this point in the history
🚚 release: diode
  • Loading branch information
mfiedorowicz authored Jul 19, 2024
2 parents 73faf81 + 11d08f8 commit 6e61d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable_semantic_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
{
"name": "${{ inputs.app_name }}",
"version": "1.0.0",
"extends": "semantic-release-monorepo",
"devDependencies": {
"semantic-release-export-data": "^1.0.1",
"@semantic-release/changelog": "^6.0.3"
Expand Down Expand Up @@ -89,4 +88,4 @@ jobs:
- name: Release
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_OBSERVABILITY_RELEASE_WEBHOOK }}
run: npx semantic-release -e semantic-release-monorepo --debug
run: npx semantic-release --debug
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: release dry-run
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_OBSERVABILITY_RELEASE_WEBHOOK }}
run: npx semantic-release -e semantic-release-monorepo --debug --dry-run
run: npx semantic-release --debug --dry-run
id: get-next-version
- name: Set short sha output
id: short-sha
Expand Down

0 comments on commit 6e61d97

Please sign in to comment.