Trying GitVersioning
- See if I can make a version number on builds using a premade action.
This commit is contained in:
parent
a6e9229677
commit
3dd67fbf57
|
|
@ -2,10 +2,12 @@ name: Dispatch build of the freenas-proxmox plugin package
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
name: Dispatch to build the package
|
||||
name: Dispatch to the build and packager workflow.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
|
||||
|
|
|
|||
Loading…
Reference in New Issue