Skip to content

Commit

Permalink
Fix wrong branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby committed Mar 1, 2023
1 parent 8cb69d7 commit 310426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
with:
files: |
${{ steps.build-crate.outputs.file-path }}
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/update-rusler-version-in-cargo')
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/update-rustler-version-in-cargo')

0 comments on commit 310426d

Please sign in to comment.