You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release Published Workflow of a Terraform Module
### Usage
In your repo create __`.github/workflows/release.yml`__
```yaml
name: release
on:
release:
types:
- published
permissions:
contents: write
id-token: write
jobs:
terraform-module:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
```