@ -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:
The note is not visible to the blocked user.