Skip to content

Commit

Permalink
Merge branch 'dev' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby222 committed Jan 13, 2024
2 parents 1fb1729 + 83c36bf commit d77be5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- dev
- alpha
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,8 +32,8 @@ jobs:
- name: Switch to JavaScript branch
run: |
git fetch
git reset --soft origin/javascript
git switch javascript
git reset --soft origin/javascript/$GITHUB_REF_NAME
git switch javascript/$GITHUB_REF_NAME
- name: Commit all changes
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit d77be5b

Please sign in to comment.