Skip to content

Commit 87c9e11

Browse files
committed
update
1 parent ba36001 commit 87c9e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo ::set-output name=TAG::v1.0.0
3131
- name: get version
3232
id: get_version
33-
run: echo "::set-output name=version::$(${${{ steps.get_pushed_tag.outputs.TAG:1}}})"
33+
run: echo "::set-output name=version::$(${{ steps.get_pushed_tag.outputs.TAG }})"
3434
- run: bazel build //...
3535
- run: cd examples && bazel build //...
3636
- run: cd examples && bazel test //...

0 commit comments

Comments
 (0)