Skip to content

Commit

Permalink
Update app-prebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 16, 2023
1 parent 54437e8 commit d7e7ed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
ls -la
ls -la build/app/outputs/apk/release
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1

- run: |
echo "IMAGE_TAG=${{steps.tag.outputs.tag}}" >> $GITHUB_ENV
echo $GITHUB_ENV
Expand Down

0 comments on commit d7e7ed4

Please sign in to comment.