Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Nov 21, 2024
1 parent bade265 commit 4f39ab6
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 @@ -62,7 +62,7 @@ jobs:
write-mode: overwrite
contents: |
{
"branches": "refs/pull/4/merge",
"branches": ["release", "feat/OBS-563-device-discovery-release-pipeline"],
"repositoryUrl": "https://github.com/netboxlabs/orb-discovery",
"debug": "true",
"tagFormat": "${{ env.APP_NAME }}/v${version}",
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
write-mode: overwrite
contents: |
{
"branches": "refs/pull/4/merge",
"branches": ["release", "feat/OBS-563-device-discovery-release-pipeline"],
"repositoryUrl": "https://github.com/netboxlabs/orb-discovery",
"debug": "true",
"tagFormat": "${{ env.APP_NAME }}/v${version}",
Expand Down

0 comments on commit 4f39ab6

Please sign in to comment.