Skip to content

Commit 1964828

Browse files
committed
log the commits
1 parent b4d69d8 commit 1964828

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/release.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,19 @@ jobs:
2626
run: |
2727
echo "Current Git branch: $(git rev-parse --abbrev-ref HEAD)"
2828
echo "Fetching token-list.json from previous commit:"
29+
git log
2930
git show HEAD~1:src/token-list.json
3031
git show HEAD~1:src/token-list.json > src/base-token-list.json
3132
32-
- name: Calculate Version Upgrade
33-
run: yarn versionUpgrade
33+
# - name: Calculate Version Upgrade
34+
# run: yarn versionUpgrade
3435

35-
- name: Commit and Push Version Update
36-
run: |
37-
git config user.name "github-actions[bot]"
38-
git config user.email "github-actions[bot]@users.noreply.github.com"
39-
git add src/token-list.json
40-
git commit -m "chore: bump token list version"
41-
git push
36+
# - name: Commit and Push Version Update
37+
# run: |
38+
# git config user.name "github-actions[bot]"
39+
# git config user.email "github-actions[bot]@users.noreply.github.com"
40+
# git add src/token-list.json
41+
# git commit -m "chore: bump token list version"
42+
# git push
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)