Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 3, 2024
1 parent 5de4e9a commit 26746ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Compile Test

on:
workflow_calls:
push:
branches:
- main
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
- name: Test release
id: test_release
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git checokut -b dev-nightly
git add .
git commit -m "generated"
git push
git push origin dev-nightly
- name: Release
id: release
Expand Down

0 comments on commit 26746ef

Please sign in to comment.