We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6189ae commit 1802884Copy full SHA for 1802884
1 file changed
.github/workflows/trigger_build.yaml
@@ -25,6 +25,9 @@ jobs:
25
auto_increment_type: minor
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ - name: Echo results
29
+ run: |
30
+ echo "tag=${{ steps.tag.outputs.current_tag }}" >> $GITHUB_OUTPUT
31
- name: Encode token
32
id: encode
33
0 commit comments