Skip to content

Commit

Permalink
Fix correct release version to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovos committed Jan 16, 2025
1 parent 99ae532 commit d0b28d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Take ownership of the checkout directory (Git CVE-2022-24765)
run: chown --recursive --reference=/ .

- name: Allow for file ownership conflicts with Docker and GitHub Actions
run: git config --global --add safe.directory '*'

- name: Compile
run: rebar3 compile

Expand Down

0 comments on commit d0b28d5

Please sign in to comment.