Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix auto version bump script #1663

Open
wants to merge 10 commits into
base: canary
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/post-publish-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Update version
id: update-version
run: sh scripts/update-version.sh
shell: bash
run: ./scripts/update-version.sh
- name: Commit & Push new version
run: |
git config user.name github-actions
Expand Down
96 changes: 0 additions & 96 deletions app/dapp/App.js

This file was deleted.

85 changes: 0 additions & 85 deletions app/dash/App.js

This file was deleted.

62 changes: 0 additions & 62 deletions app/dash/Command/index.js

This file was deleted.

Loading