There is one line of YAML I have been chasing across open source for months:

run: |

TAG="${{ github.event.release.tag_name }}"

Enter fullscreen mode

Exit fullscreen mode