Skip to content

Commit 0547cab

Browse files
authored
Update opentofu.yaml
Signed-off-by: Ajay Kemparaj <ajaykemparaj@gmail.com>
1 parent 37fbccd commit 0547cab

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

opentofu.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ environment:
99
environment:
1010
CGO_ENABLED: 0
1111

12-
var-transforms:
13-
- from: ${{package.version}}
14-
match: '_'
15-
replace: '-'
16-
to: mangled-package-version
17-
1812
pipeline:
1913
- uses: git-checkout
2014
with:
2115
expected-commit: 89ca50f3fe8c5327ec9943e9590bdb7b023fd4eb
2216
repository: https://github.com/opentofu/opentofu
23-
tag: v${{vars.mangled-package-version}}
17+
tag: v${{package.version}}
2418

2519
- uses: go/bump
2620
with:
@@ -62,6 +56,9 @@ subpackages:
6256
6357
update:
6458
enabled: true
59+
ignore-regex-patterns:
60+
- 'rc'
61+
- 'beta'
6562
github:
6663
identifier: opentofu/opentofu
6764
strip-prefix: v

0 commit comments

Comments
 (0)