Skip to content

Commit

Permalink
Added a sanity check
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarkerSL committed Jun 25, 2024
1 parent 0f17129 commit 5923bde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ jobs:
node-version: 18

- name: Compile Code
run: task -v build
run: |
set -x
ls -alF | grep Taskfile
task -v build
set +x
publish-release:
name: Publish Release
Expand Down

0 comments on commit 5923bde

Please sign in to comment.