Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 31, 2022
1 parent 7d9d38a commit 2ebd054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custopize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: "🔖 Create release & attach assets"
uses: softprops/action-gh-release@v1
if: github.event_name == "repository_dispatch"
if: github.event_name == 'repository_dispatch'
with:
name: "${{ env.RELEASE_NAME }}"
tag_name: "${{ env.RELEASE_TAG }}"
Expand Down

0 comments on commit 2ebd054

Please sign in to comment.