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 596dec1 commit 0a03ef4Copy full SHA for 0a03ef4
.github/workflows/publish.yml
@@ -7,9 +7,12 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
11
- - run: yarn install
12
- - uses: ./
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Install Dependencies
13
+ run: yarn install
14
+ - name: Run Action
15
+ uses: ./
16
with:
17
version-regexp: '\d'
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -1,6 +1,9 @@
1
<div align="center">
2
<h1>☝ update-version</h1>
3
<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>
</div>
## 🧠 Why
0 commit comments