Skip to content

Commit

Permalink
Fix print environment step
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed May 16, 2024
1 parent 2014150 commit 689aa80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ jobs:
- name: Print environment
run: |
node --version
npm --version
git --version
fdroid --version
echo "Node Version: $(node --version)"
echo "NPM Version: $(npm --version)"
echo "Git Version: $(git --version)"
echo "F-Droid Server Version: $(fdroid --version)"
echo "GitHub ref: $GITHUB_REF"
echo "GitHub event: $GITHUB_EVENT"
Expand Down

0 comments on commit 689aa80

Please sign in to comment.