Skip to content

Commit 7b61310

Browse files
committed
testing trigger releases
1 parent e3811e0 commit 7b61310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Echo results
3030
run: |
31-
echo "tag=${{ substring(steps.tag.outputs.current_tag, 1) }}"
31+
echo "${{ steps.tag.outputs.current_tag }} | cut -dv -f2"
3232
- name: Encode token
3333
id: encode
3434
env:

0 commit comments

Comments
 (0)