Skip to content

Commit

Permalink
dev rel lol
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Jul 22, 2024
1 parent 4fe828f commit 3e5ba8b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,28 @@ jobs:

- name: "Set up Git repository"
uses: actions/checkout@v2

- name: "Development Release"
uses: ncipollo/release-action@v1
with:
name: "Development Release"
body: |
Release of success build for latest commit on `${{ github.head_ref || github.ref_name }}`.
The build workflow run for this release goes in [#${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
tag: "nightly"
prerelease: true
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: "${{steps.build.outputs.build-output}}/*"

- name: "Get mod properties"
id: json_properties
uses: ActionsTools/read-json-action@main
with:
file_path: "mod.json"

- name: "Release"
- name: "Try Release Version"
uses: ncipollo/release-action@v1
with:
body: "${{ steps.changelog.outputs.changelog}}"
Expand Down

0 comments on commit 3e5ba8b

Please sign in to comment.