From 06b658b92ee6e4e239e624e654c6e0a838f067ff Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 7 Jun 2024 01:23:08 +0200 Subject: [PATCH] Use environment in make-release.yml (#7782) * Use environment in make-release * fix typo --- .github/workflows/make-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index de59c38f18e..6f4aa2c4b69 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -12,6 +12,9 @@ jobs: finish_release: if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/automated_v') runs-on: ubuntu-latest + environment: + name: Production + url: ${{ steps.publish-github-release.outputs.html_url }} steps: - name: Checkout uses: actions/checkout@v4 @@ -29,6 +32,7 @@ jobs: shell: bash - name: Make Tag and Publish Github Release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 #! 1.14.0 + id: publish-github-release with: bodyFile: extracted_changelog.md name: Realm Core v${{ steps.get-version.outputs.version }}