Skip to content

Commit

Permalink
ci: fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
refucktor committed Aug 7, 2024
1 parent 15c9e0d commit 0ed19f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Terraform Provider release workflow.
name: '🚀 Release - ${{ github.ref_name }}'
name: release
run-name: '🚀 Release - ${{ github.ref_name }}'

# This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created.
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module terraform-provider-postgresql

go 1.21
go 1.21.0

require (
github.com/go-playground/validator/v10 v10.22.0
Expand Down Expand Up @@ -37,7 +37,6 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/containerd v1.7.20 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
Expand Down
Loading

0 comments on commit 0ed19f0

Please sign in to comment.