Skip to content

Commit

Permalink
Git add command
Browse files Browse the repository at this point in the history
  • Loading branch information
BasieBrinkie authored Jan 7, 2022
1 parent cdcf95b commit cbb8392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
cat CHANGELOG.md
git config --global user.name 'CI Workflow'
git config --global user.email 'jjooss@live.nl'
git add CHANGELOG.md
git commit -am "Update CHANGELOG.md"
git push
- name: Store changelog
- name: Store changelog in artifactory
uses: actions/upload-artifact@v2
with:
name: changelog
Expand Down

0 comments on commit cbb8392

Please sign in to comment.