Add version ref

This commit is contained in:
Quincy Morgan
2020-12-21 13:51:48 -05:00
parent 3d85cbb0ae
commit bb7d36e4f7

View File

@@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install transifex-client
- name: Create .transifexrc
uses: DamianReeves/write-file-action
uses: DamianReeves/write-file-action@v1
with:
path: ${{env.home}}/.transifexrc
write-mode: overwrite
@@ -36,4 +36,4 @@ jobs:
password = ${{secrets.TX_TOKEN}}
username = api
- name: Push source strings to Transifex
run: tx push --source --no-interactive
run: tx push --source --no-interactive