Skip to content

Commit

Permalink
chore: add secrets to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sergdeus committed Sep 13, 2022
1 parent 3fa693c commit fe5664b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_from_tags_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Check the build number
run: |
echo "${{ steps.yaml-data.outputs.data }}"
echo "${{ steps.split.outputs._2 }}"
echo "${{ steps.split.outputs._0 }}"
echo "${{ steps.split.outputs._1 }}"
# - uses: subosito/flutter-action@v2
Expand Down

0 comments on commit fe5664b

Please sign in to comment.