Skip to content

Commit

Permalink
Make javascript action also work on alpha to consolidate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby222 committed Jan 13, 2024
1 parent 7d3e7de commit 83c36bf
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 83c36bf

Please sign in to comment.