Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Einar Egilsson committed Nov 4, 2020
1 parent 916771e commit 46decf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate build number
uses: einaregilsson/build-number@v2
uses: einaregilsson/build-number@v3
with:
token: ${{secrets.github_token}}
- name: Print new build number
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v2
uses: einaregilsson/build-number@v3
with:
token: ${{secrets.github_token}}

Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v2
uses: einaregilsson/build-number@v3
with:
token: ${{secrets.github_token}}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v2
uses: einaregilsson/build-number@v3
with:
token: ${{ secrets.github_token }}
prefix: client
Expand Down

0 comments on commit 46decf2

Please sign in to comment.