Skip to content

Commit

Permalink
Super tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jul 26, 2024
1 parent 1d298d8 commit 9bad9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update_security_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ jobs:
sed -i '/^| Version/,/^$/c\'"$TABLE_CONTENT" $SECURITY_FILE
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git fetch origin
git checkout main
git pull
git pull --rebase origin main
git add SECURITY.md
git commit -m "Update SECURITY.md for new release" || exit 0
git push
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.4.9",
"version": "1.5.0",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",
Expand Down

0 comments on commit 9bad9c7

Please sign in to comment.