Skip to content

Commit

Permalink
ci(release): attempt to fix github actions tags
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed May 25, 2020
1 parent 4487e16 commit a5367b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
git add CHANGELOG.md
git add package.json
git add package-lock.json
git commit -m ${GITHUB_REF##*/}
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit a5367b6

Please sign in to comment.