Skip to content

Commit

Permalink
CI: More fixes to the artifacts workflow yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
bananarama92 committed May 25, 2023
1 parent eee9494 commit 2c494be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
git add artifacts/${{ github.ref_name }}/*
git config --local user.name "GitHub Action [bot]"
git config --local user.email "action@github.com"
git commit git -m "CI: Add MBS ${{ github.ref_name }} release artifacts" -m "Last commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}"
git commit -m "CI: Add MBS ${{ github.ref_name }} release artifacts" -m "Last commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}"
git push
- name: Define the latest MBS release
run: |
Expand Down

0 comments on commit 2c494be

Please sign in to comment.