diff --git a/.github/workflows/deploy-stage.yaml b/.github/workflows/deploy-stage.yaml index 0fee01f..981b493 100644 --- a/.github/workflows/deploy-stage.yaml +++ b/.github/workflows/deploy-stage.yaml @@ -210,10 +210,10 @@ jobs: version: ${{ steps.get-version.outputs.tagged_version }} path: ./CHANGELOG.md - - name: create a draft release + - name: create a release uses: ncipollo/release-action@v1 with: - draft: true + draft: false tag: v${{ steps.get-version.outputs.tagged_version }} body: ${{ steps.changelog-reader.outputs.changes }} artifacts: release/artifacts/* \ No newline at end of file