Browse Source

fix homebrew release file

Alexander Belanger 4 years ago
parent
commit
2168cad181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -62,7 +62,7 @@ jobs:
           GITHUB_TAG: ${{ github.ref }}
       - name: Create and commit porter.rb file
         run: |
-          version=v0.6.1
+          version=${{steps.tag_name.outputs.tag}}
           name=porter_${{steps.tag_name.outputs.tag}}_Darwin_x86_64.zip
           curl -L https://github.com/porter-dev/porter/releases/download/${version}/porter_${version}_Darwin_x86_64.zip --output $name