Skip to content

Commit 07ecf0d

Browse files
authored
Fix Workflow Syntax (#216)
* Update Dev Package Version (#201) * enable workflow * bump version for next staging run * Update README.md (#203) * refactor merge to dev workflow (#205) * Cherry Pick Bump Commit (#210) * add test cherry pick workflow * re-remove merge action (#212) * refactor staging workflow (#213) * fix syntax error (#215)
1 parent 355b9f5 commit 07ecf0d

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

.github/workflows/build-and-publish-TestPyPI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
commit_email: bot@edgepi.com
3535
login: bot-edgepi
3636
token: "${{ secrets.ACTIONS_BOT_TOKEN }}"
37+
3738
cherry-pick:
3839
name: Cherry Pick
3940
runs-on: ubuntu-latest
@@ -57,11 +58,13 @@ jobs:
5758
git config user.name ${{ env.commit_name }}
5859
git config user.email ${{ env.commit_email }}
5960
git cherry-pick ${{ env.bump_commit }}
60-
git push origin dev
61+
git push origin dev
62+
6163
build-and-publish:
6264
name: Build and Publish to TestPyPI
6365
runs-on: ubuntu-latest
6466
needs: cherry-pick
67+
steps:
6568
- name: Checkout
6669
uses: actions/checkout@v3
6770
- name: Set up Python

.github/workflows/cherry-pick-to-dev.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)