We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba36001 commit 87c9e11Copy full SHA for 87c9e11
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo ::set-output name=TAG::v1.0.0
31
- name: get version
32
id: get_version
33
- run: echo "::set-output name=version::$(${${{ steps.get_pushed_tag.outputs.TAG:1}}})"
+ run: echo "::set-output name=version::$(${{ steps.get_pushed_tag.outputs.TAG }})"
34
- run: bazel build //...
35
- run: cd examples && bazel build //...
36
- run: cd examples && bazel test //...
0 commit comments