Skip to content

Commit 4d63461

Browse files
committed
Add missing bash opts
1 parent 81e9a08 commit 4d63461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
6060
- name: Create Version file
6161
run: |
62+
#!/usr/bin/env bash
63+
set -ex -o pipefail
64+
6265
# Version identifier
6366
echo "$(git describe --always --tags)" > ./etc/.rsync-version
6467
# Version hash

0 commit comments

Comments
 (0)