Skip to content

Commit

Permalink
Again ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Sep 1, 2023
1 parent 51d2f0f commit 1e61c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-pdfium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run check-updates

- uses: actions/checkout@v3
- name: Commit report
- name: Commit and push changes
run: |
git config --global user.name 'Your Name'
git config --global user.email '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-updates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function checkForUpdates() {
execSync(`npx prettier --write src/vendor`);
console.log("Formatted files");

await fs.writeFile("LAST_RELEASE", lastReleaseTag);
await fs.writeFile("src/vendor/LAST_RELEASE.txt", lastReleaseTag);
} finally {
// Remove archive folder
await fs.rm("src/vendor/release", {
Expand Down

0 comments on commit 1e61c32

Please sign in to comment.