diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c8a8b..db3e6c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,14 +69,14 @@ jobs: REF: ${{ github.ref }} - name: Publish archive uses: softprops/action-gh-release@v1 - if: github.event_name == "push" + if: github.event_name == 'push' with: draft: false files: ${{ steps.package.outputs.archive }} prerelease: ${{ steps.release-type.outputs.type == 'prerelease' }} - name: Attach archive to action uses: actions/upload-artifact@v3 - if: github.event_name == "workflow_dispatch" + if: github.event_name == 'workflow_dispatch' with: name: term-transcript-${{ matrix.target }} path: ${{ steps.package.outputs.archive }}