chore(ci): workflows formating

This commit is contained in:
Julien Dessaux 2025-03-20 23:20:43 +01:00
parent c7155c2435
commit a0bc38b9ba
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 16 deletions

View file

@ -1,15 +1,10 @@
# Terraform Provider release workflow.
name: Release
# This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created.
on:
push:
tags:
- 'v*'
# Releases need permissions to read and write the repository contents.
# GitHub considers creating releases and uploading assets as writing contents.
permissions:
contents: write
@ -36,6 +31,5 @@ jobs:
with:
args: release --clean
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}