Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: use single quotes instead of double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 3, 2020
1 parent e66d46b commit a335e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Release
uses: marvinpinto/action-automatic-releases@latest
if: startsWith(github.ref, "refs/tags/v")
if: startsWith(github.ref, 'refs/tags/v')
with:
prerelease: false
draft: true
Expand Down

0 comments on commit a335e7f

Please sign in to comment.