Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
leoparente and mfiedorowicz authored Nov 21, 2024
1 parent 2e25725 commit 4822606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/device-discovery-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
"branches": "release",
"repositoryUrl": "https://github.com/netboxlabs/orb-discovery",
"debug": "true",
"tagFormat": "v${version}",
"tagFormat": "${{ env.APP_NAME }}/v${version}",
"plugins": [
["semantic-release-export-data"],
["@semantic-release/commit-analyzer", {
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
"branches": "release",
"repositoryUrl": "https://github.com/netboxlabs/orb-discovery",
"debug": "true",
"tagFormat": "v${version}",
"tagFormat": "${{ env.APP_NAME }}/v${version}",
"plugins": [
["semantic-release-export-data"],
["@semantic-release/commit-analyzer", {
Expand Down

0 comments on commit 4822606

Please sign in to comment.