diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 801b49f..975c7ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,6 @@ jobs: main.js manifest.json styles.css - name: ${{ steps.version.outputs.tag }}${{ steps.vars.outputs.asset_suffix }} - tag_name: ${{ steps.version.outputs.tag }} - draft: true \ No newline at end of file + name: ${{ steps.version.outputs.tag }}${{ steps.vars.outputs.asset_suffix }} + tag_name: ${{ steps.version.outputs.tag }} + draft: true \ No newline at end of file