Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 3, 2024
1 parent 850fc4e commit d8f4540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/julia-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Set environment variables required by BinaryBuilder.
- name: Set the environment variables
run: |
git fetch --tags
echo "UNO_RELEASE=$(git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')" >> $GITHUB_ENV
echo "UNO_RELEASE=$(git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')"
if [ "${{ github.event_name }}" = "pull_request" ]; then
Expand Down

0 comments on commit d8f4540

Please sign in to comment.