picatz / terraform-google-nomad

📗 Terraform Module for Nomad clusters with Consul on GCP
https://registry.terraform.io/modules/picatz/nomad/google
MIT License
78 stars 16 forks source link

Auto-update tutorial example module version upon release #14

Closed picatz closed 3 years ago

picatz commented 3 years ago

Run a GitHub Actions workflow upon a new version release to keep the tutorial content up-to-date.

on:
  release:
    types: [published]