Skip to content

Commit 0a03ef4

Browse files
author
Victor Navarro
committed
docs: release badge
1 parent 596dec1 commit 0a03ef4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- run: yarn install
12-
- uses: ./
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Install Dependencies
13+
run: yarn install
14+
- name: Run Action
15+
uses: ./
1316
with:
1417
version-regexp: '\d'
1518
repo-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<div align="center">
22
<h1>☝ update-version</h1>
33
<p>Update your files version field on new releases</p>
4+
<p align="center">
5+
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-studios/action-update-version">
6+
</p>
47
</div>
58

69
## 🧠 Why

0 commit comments

Comments
 (0)