Skip to content

Commit

Permalink
Set butler release version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nightm4re94 committed Nov 27, 2024
1 parent a0b7e9a commit b796533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ jobs:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
run: |
latest_tag=$(git describe --tags --abbrev=0)
butler push utiliti/build/jpackage gurkenlabs/litiengine:${{ runner.os }} --userversion $latest_tag
echo "RELEASE_VERSION=$latest_tag" >> "$GITHUB_ENV"
butler push utiliti/build/jpackage gurkenlabs/litiengine:${{ runner.os }} --userversion $RELEASE_VERSION

0 comments on commit b796533

Please sign in to comment.