Skip to content

Commit

Permalink
Update releasenotes_pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Sep 9, 2024
1 parent 180afd4 commit 0fc6f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasenotes_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
git config --global user.email "action@github.com"
git add "$basepath/Releasenotes.pdf"
git commit -m "Add Releasenotes.pdf"
git push origin main
git push origin ${GITHUB_REF#refs/*/}
fi
' \;

0 comments on commit 0fc6f25

Please sign in to comment.