Skip to content

Commit

Permalink
Remove submodule initialization and update, cat package.json before b…
Browse files Browse the repository at this point in the history
…ump, and remove template files from the publish workflow.
  • Loading branch information
zanhk committed Sep 17, 2023
1 parent 19fa282 commit 825e963
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: "Initialize and Update Submodules"
run: |
echo "Pulling latest submodules changes"
git config --global user.name 'Git bot'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git submodule foreach 'git config pull.rebase false; git pull --allow-unrelated-histories origin main'
- name: "cat package.json (before bump)"
run: cat ./package.json
- name: "Automated Version Bump"
Expand All @@ -54,7 +47,6 @@ jobs:
path: |
./package.json
./package-lock.json
./templates/starter/**
publish-gpr:
needs: bump-version
Expand Down

0 comments on commit 825e963

Please sign in to comment.