Skip to content

Commit

Permalink
ci: finally fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 5, 2021
1 parent 65435d5 commit b342b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build app
working-directory: ./build-recipes
run: |
bash ./macos_build_app.sh Shape-Out ${{ github.event.release.tag_name }}
bash ./macos_build_app.sh Shape-Out ${{ env.RELEASE_VERSION }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.4.12
- maintenance release
2.4.11
- maintenance release
2.4.10
Expand Down

0 comments on commit b342b1b

Please sign in to comment.