Skip to content

Commit

Permalink
Put the tag into a POCKET_MODE_RELEASE_TAG env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Nov 4, 2020
1 parent c5167df commit 923315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo ::set-output name=tag::${GITHUB_REF:10}
- id: env
run: |
echo ::set-env name=RELEASE_TAG::${{ steps.vars.outputs.tag }}
echo ::set-env name=POCKET_MODE_RELEASE_TAG::${{ steps.vars.outputs.tag }}
- name: copy secrets
run: |
echo ${{ secrets.GOOGLE_SERVICES }} | base64 -d | zcat >> app/google-services.json
Expand Down

0 comments on commit 923315b

Please sign in to comment.