Skip to content

Commit

Permalink
Create proper release
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Sep 3, 2021
1 parent 47f800d commit d44a5eb
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 @@ -205,7 +205,7 @@ jobs:
name: Release Erlang/OTP
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'erlang/otp'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'garazdawi/otp'
steps:
## This step outputs the tag name and whether the tag is a release or patch
## (all releases have only two version identifiers, while patches have three
Expand Down

0 comments on commit d44a5eb

Please sign in to comment.