Skip to content

Commit

Permalink
feat: ENG-3807 Release workflow calling public-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Nov 4, 2024
1 parent bcc6d16 commit 09b3149
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release
on:
push:
branches: [ release ]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
release:
uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-release.yml@develop
with:
plugin_package_name: netbox-floorplan-plugin
plugin_package_dir: netbox_floorplan
release_notes_from_pr_body: false
secrets: inherit

0 comments on commit 09b3149

Please sign in to comment.