Skip to content

Commit

Permalink
updated gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jun 4, 2024
1 parent 356df64 commit 47f89aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
name: terraform-s3-${{ env.RELEASE_VERSION }}.tar.gz
name: terraform-s3-mrap-${{ env.RELEASE_VERSION }}.tar.gz
files: |
terraform-s3-${{ env.RELEASE_VERSION }}.tar.gz
terraform-s3-mrap-${{ env.RELEASE_VERSION }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47f89aa

Please sign in to comment.