Skip to content

Commit 3fa693c

Browse files
committed
chore: add secrets to ci
1 parent 6907f43 commit 3fa693c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_from_tags_ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
separator: "+"
6666

6767
- name: Check the build number
68-
run: echo "${{ steps.split.outputs._2 }}"
68+
run: |
69+
echo "${{ steps.yaml-data.outputs.data }}"
70+
echo "${{ steps.split.outputs._2 }}"
71+
6972
7073
# - uses: subosito/flutter-action@v2
7174
# with:

0 commit comments

Comments
 (0)