We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6d87 commit 9987ebbCopy full SHA for 9987ebb
.github/workflows/release.yml
@@ -29,5 +29,5 @@ jobs:
29
password: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Build the containers
32
- run: ./build-production-containers.sh ${{ github.ref_name }}"
+ run: ./build-production-containers.sh ${{ github.ref_name }}
33
shell: bash
0 commit comments