Skip to content

Commit 1802884

Browse files
committed
testing trigger releases
1 parent b6189ae commit 1802884

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/trigger_build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
auto_increment_type: minor
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
- name: Echo results
29+
run: |
30+
echo "tag=${{ steps.tag.outputs.current_tag }}" >> $GITHUB_OUTPUT
2831
- name: Encode token
2932
id: encode
3033
env:

0 commit comments

Comments
 (0)