Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Valdivia Vivar committed Sep 11, 2023
1 parent 078e067 commit 19adaaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release please workflow

on:
push:
branches:
Expand All @@ -10,7 +12,7 @@ permissions:
pull-requests: write
packages: write

name: release-please-module

jobs:
find-release-changes:
name: Change finder for modules folders
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
return modules_paths;
- name: Set output
id: set-output
run: echo "{module-paths}=${{ steps.change-finder.outputs.result }}" >> $GITHUB_OUTPUT
run: echo "module-paths=${{ steps.change-finder.outputs.result }}" >> $GITHUB_OUTPUT

release-pr:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion modules/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ terraform {
source = "hashicorp/google-beta"
version = "~> 4.28"
}

}
}

0 comments on commit 19adaaa

Please sign in to comment.