Skip to content

Commit

Permalink
Merge pull request #5 from haya14busa/fix-cond2
Browse files Browse the repository at this point in the history
fix expression
  • Loading branch information
haya14busa authored Jan 20, 2020
2 parents 32e9921 + 03bd432 commit 2cb519c
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 @@ -35,7 +35,7 @@ jobs:

# Create release.
- uses: actions/create-release@v1
if: steps.tag.outputs.value != ""
if: "steps.tag.outputs.value != ''"
env:
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2cb519c

Please sign in to comment.