diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8897a61..89e9a34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,22 @@ jobs: uses: ./.github/workflows/test.yaml secrets: inherit + publish-release: + needs: [tests] + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Create GitHub Release + uses: softprops/action-gh-release@v2 + with: + name: "json-schema-validator ${{ github.ref }}" + prerelease: false + draft: false + generate_release_notes: true + build_conan: + needs: [tests] runs-on: ubuntu-latest container: ghcr.io/nlohmann/json-ci:v2.4.0 steps: