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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
name: Dispatch to build the package
|
name: Dispatch to the build and packager workflow.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
|
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue