Skip to content

Commit

Permalink
hotfix: printing more info on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Dec 18, 2024
1 parent 518a3e6 commit 4aeac18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chicmoz-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
with:
fetch-depth: 0

- name: Print version
- name: Print important information
env:
CHICMOZ_AZTEC_RPC: ${{ secrets.CHICMOZ_AZTEC_RPC }}
run: |
git describe --tags
echo "VERSION: $(git describe --tags)"
echo "CHICMOZ_AZTEC_RPC: $CHICMOZ_AZTEC_RPC"
shell: bash

- name: Install Skaffold
Expand Down

0 comments on commit 4aeac18

Please sign in to comment.