Skip to content

Commit f20473f

Browse files
committed
perf: rename tf_release
1 parent 494ca10 commit f20473f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/release_please.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "OpenTofu: Release"
2+
3+
on:
4+
workflow_call:
5+
6+
push:
7+
branches:
8+
- dev
9+
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
14+
jobs:
15+
tf-module-release:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: googleapis/release-please-action@v4
19+
with:
20+
token: ${{ secrets.GH_TOKEN }}
21+
release-type: simple

0 commit comments

Comments
 (0)