Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Jul 31, 2020
1 parent 7b5b784 commit 31a9c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- run: git fetch --depth=1 origin +refs/heads/master:refs/remotes/origin/master
- run: git fetch origin +refs/tags/*:refs/tags/*
- name: Bumpversion release version.
uses: tj-actions/bumpversion@v2
uses: tj-actions/bumpversion@v4
id: bumpversion
with:
prefix: 'tj-actions/verify-changed-files@'
paths: |
README.md
- run: |
Expand Down

0 comments on commit 31a9c74

Please sign in to comment.