Skip to content

Commit

Permalink
Fix build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazwh0 committed Feb 4, 2024
1 parent 164cfb7 commit 4f424c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Create Github Release
uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 4f424c6

Please sign in to comment.