Skip to content

Commit

Permalink
fix: fix debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Sep 30, 2024
1 parent 8b62961 commit f6757e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker save -o build/carbon-relay-ng.tar grafana/carbon-relay-ng
- name: Store version
run: git describe --tags --always | sed 's/^v//' > build/version.txt
- run: echo build/version.txt
- run: cat build/version.txt
- name: Upload package artifacts
if: github.event_name == 'push'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f6757e8

Please sign in to comment.