|
|
@@ -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
|
|
|
|