Skip to content

Commit d0b28d5

Browse files
committed
Fix correct release version to hex
1 parent 99ae532 commit d0b28d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919

20+
- name: Take ownership of the checkout directory (Git CVE-2022-24765)
21+
run: chown --recursive --reference=/ .
22+
23+
- name: Allow for file ownership conflicts with Docker and GitHub Actions
24+
run: git config --global --add safe.directory '*'
25+
2026
- name: Compile
2127
run: rebar3 compile
2228

0 commit comments

Comments
 (0)