We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10afd2c commit 06b658bCopy full SHA for 06b658b
.github/workflows/make-release.yml
@@ -12,6 +12,9 @@ jobs:
12
finish_release:
13
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/automated_v')
14
runs-on: ubuntu-latest
15
+ environment:
16
+ name: Production
17
+ url: ${{ steps.publish-github-release.outputs.html_url }}
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
@@ -29,6 +32,7 @@ jobs:
29
32
shell: bash
30
33
- name: Make Tag and Publish Github Release
31
34
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 #! 1.14.0
35
+ id: publish-github-release
36
with:
37
bodyFile: extracted_changelog.md
38
name: Realm Core v${{ steps.get-version.outputs.version }}
0 commit comments