We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc578f + 682b89d commit 380c6adCopy full SHA for 380c6ad
1 file changed
.github/workflows/upload_release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout code
31
uses: actions/checkout@v2
32
33
- - name: Build bioctl
+ - name: Build
34
run: |
35
git tag ${{ github.event.inputs.tag }} || true
36
if [ "${{ matrix.os }}" = "windows" ]; then
0 commit comments