Skip to content

Commit

Permalink
Use environment in make-release.yml (#7782)
Browse files Browse the repository at this point in the history
* Use environment in make-release

* fix typo
  • Loading branch information
nirinchev authored Jun 6, 2024
1 parent 10afd2c commit 06b658b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 06b658b

Please sign in to comment.