From 37a751a4d1882ff4a2ded166389d5236f46be48d Mon Sep 17 00:00:00 2001
From: softprops <d.tangren@gmail.com>
Date: Sun, 25 Aug 2019 18:37:27 -0400
Subject: [PATCH] fix example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1fd4f0f..96bd0d4 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ jobs:
         run: echo ${{ github.sha }} > Release.txt
       - name: Release
         uses: docker://softprops/action-gh-release
-        if: ${{ startsWith(github.ref, 'refs/tags/') }}
+        if: startsWith(github.ref, 'refs/tags/')
         with:
           files: Release.txt
         env: