Skip to content

Commit

Permalink
Fix: nome de branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Aug 23, 2024
1 parent c21a544 commit 209a997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
git add file_list.txt
git commit -m "Update file_list.txt [skip ci]" || echo "No changes to commit"
git push origin ${{ github.ref_name }}
git push origin master
- name: Upload file_list.txt as an artifact (optional)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 209a997

Please sign in to comment.