Skip to content

Commit

Permalink
Update goreleaser project name
Browse files Browse the repository at this point in the history
  • Loading branch information
michalg9 committed Dec 14, 2023
1 parent d7d16e8 commit 86b0760
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
echo "It is not possible to release a provider with the name 'spacelift' to the Spacelift registry using manual workflow."
exit 1
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -30,6 +31,10 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Update goreleaser project name
run: |
echo -e "project_name: terraform-provider-${{ inputs.providerType }}\n$(cat .goreleaser.yml)" > .goreleaser.yml
- name: Set up Go
uses: actions/setup-go@v4
with: { go-version: 1.21 }
Expand Down

0 comments on commit 86b0760

Please sign in to comment.