Skip to content

Commit

Permalink
test(workflow): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KevSanchez committed Jun 18, 2024
1 parent f057c2a commit 0153bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
echo 'Installing the Transifex CLI…'
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v1.6.13
echo 'Pushing the source strings…'
. ./.profile
npx txjs-cli push ./src --token=${{ env.TRANSIFEX_TOKEN }} --secret=${{ env.TRANSIFEX_SECRET }}
- name: Build and Deploy
Expand Down

0 comments on commit 0153bfd

Please sign in to comment.