Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Dec 27, 2023
1 parent 9840501 commit 3b57585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: build/distributions/*_GhidraBoy.zip
if-no-files-found: 'error'
release:
if: github.ref_type == "tag"
if: github.ref_type == 'tag'
name: Create draft release
runs-on: ubuntu-latest
needs: build_and_test
Expand Down

0 comments on commit 3b57585

Please sign in to comment.