Skip to content

Commit

Permalink
Attempt to fix #53 incorrect release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
onno-vos-dev committed Feb 28, 2024
1 parent fbf8d26 commit c2da04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- 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 c2da04e

Please sign in to comment.