Skip to content

Commit

Permalink
[WIP] debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Apr 4, 2024
1 parent 57ef5a6 commit c97c6ff
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git merge develop-clone

- name: Set up Node.js
uses: actions/setup-node@@v4
uses: actions/setup-node@v4
with:
node-version: '16'
cache: npm
Expand All @@ -44,3 +44,20 @@ jobs:

- name: Generate mo files
run: ./bin/makemo.sh

- name: Commit all changes to transifex branch
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Prepare transifex before alpha release
commit_user_name: WP Media GitHub Actions Bot

- name: Checkout develop branch
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_WORKFLOW_TOKEN }}
ref: 'develop-clone'

- name: Merge transifex into develop
run: git merge transifex-clone


0 comments on commit c97c6ff

Please sign in to comment.