We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3811e0 commit 7b61310Copy full SHA for 7b61310
1 file changed
.github/workflows/trigger_build.yaml
@@ -28,7 +28,7 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- name: Echo results
30
run: |
31
- echo "tag=${{ substring(steps.tag.outputs.current_tag, 1) }}"
+ echo "${{ steps.tag.outputs.current_tag }} | cut -dv -f2"
32
- name: Encode token
33
id: encode
34
env:
0 commit comments