Skip to content

Commit

Permalink
Revert "Temporary fix for testing"
Browse files Browse the repository at this point in the history
This reverts commit 6b14192.
  • Loading branch information
wojtekmach committed Aug 16, 2024
1 parent 6b14192 commit da2159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ jobs:
name: Release Erlang/OTP
runs-on: ubuntu-latest
needs: documentation
if: startsWith(github.ref, 'refs/tags/') # && github.repository == 'erlang/otp'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'erlang/otp'
## Needed to create releases
permissions:
contents: write
Expand Down

0 comments on commit da2159f

Please sign in to comment.