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: