Skip to content

Bump to terraform-helm-materialize v0.1.17 #10

Bump to terraform-helm-materialize v0.1.17

Bump to terraform-helm-materialize v0.1.17 #10

Workflow file for this run

name: Create Release on Latest Tag Push
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6 release-drafter
with:
name: ${{ github.ref_name }}
tag: ${{ github.ref_name }}
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}