Skip to content

Commit

Permalink
fix: spelling in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Sep 12, 2021
1 parent 6e22fbe commit afc9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git config --local user.name "Martin Forstner"
git pull
mv -v package.json ..
git commit -am "Release script runned. Commit package.json [skip ci]" --allow-empty
git commit -am "Release script ran. Commit package.json [skip ci]" --allow-empty
- name: Push changes
if: github.ref == 'refs/heads/main'
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit afc9eab

Please sign in to comment.