Skip to content

Commit

Permalink
Merge pull request #9 from tarosky/issue/8
Browse files Browse the repository at this point in the history
Fix build issue related to `build-number`
Close #8.
  • Loading branch information
harai authored Jan 14, 2021
2 parents 227d278 + 3aa6c17 commit 86e3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
name: artifact
- name: Generate build number
uses: einaregilsson/build-number@v2
uses: einaregilsson/build-number@v3
with:
token: ${{secrets.GITHUB_TOKEN}}
prefix: build_number_generator
Expand Down

0 comments on commit 86e3725

Please sign in to comment.