Skip to content

Commit

Permalink
Finalise release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1fxe committed Mar 31, 2021
1 parent d5e132c commit 22b3009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Recaf4Forge Release

on:
push:
branches: [gradle]
branches: [master]

jobs:
validation:
Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
args: v${{ steps.read_property.outputs.value }}
args: Recaf4Forge ${{ steps.read_property.outputs.value }}

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Inspired by [Luyten4Forge](https://github.com/KevinPriv/Luyten4Forge)

![VERSION](https://img.shields.io/github/v/release/1fxe/Recaf4Forge?style=flat-square)
![ISSUES](https://img.shields.io/github/issues/1fxe/Recaf4Forge?style=flat-square)
[![Recaf4Forge Release](https://github.com/1fxe/Recaf4Forge/actions/workflows/release.yml/badge.svg)](https://github.com/1fxe/Recaf4Forge/actions/workflows/release.yml)

</div>

Expand Down

0 comments on commit 22b3009

Please sign in to comment.