Skip to content

Commit 2871d2e

Browse files
committed
fix: enable release creation on tag push in workflow
1 parent 4251966 commit 2871d2e

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
release:
105105
name: Create release
106-
# if: startsWith(github.ref, 'refs/tags/')
106+
if: startsWith(github.ref, 'refs/tags/')
107107
runs-on: ubuntu-22.04
108108
needs: build
109109

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build and Release](https://github.com/MADS-NET/rerunner_plugin/actions/workflows/release.yml/badge.svg)](https://github.com/MADS-NET/rerunner_plugin/actions/workflows/release.yml)
1+
[![Build and Release](https://github.com/MADS-NET/rerunner_plugin/actions/workflows/release.yml/badge.svg)](https://github.com/MADS-NET/rerunner_plugin/actions/workflows/release.yml) ![mads package](https://img.shields.io/badge/mads_package-available-blue)
22

33
# rerunner plugin for MADS
44

@@ -17,7 +17,16 @@ Currently, the supported platforms are:
1717
* **Windows**
1818

1919

20-
## Installation
20+
## Package install
21+
22+
with MADS v2.1.1 or later, install with:
23+
24+
```bash
25+
mads package --install rerunner.plugin
26+
```
27+
28+
29+
## Install from binaries
2130

2231
Linux and MacOS:
2332

0 commit comments

Comments
 (0)