Skip to content

Commit

Permalink
update readme example with version. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
anothrNick committed Feb 8, 2020
1 parent 28a9850 commit f797625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
uses: anothrNick/github-tag-action@1.15.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ for b in "${branch[@]}"; do
done
echo "pre_release = $pre_release"

# fetch commits
git fetch
# fetch tags
git fetch --tags

Expand Down

0 comments on commit f797625

Please sign in to comment.