We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db90a4 commit ee5cf91Copy full SHA for ee5cf91
.github/workflows/ci_tests.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Set version number
88
run: |
89
VERSION_NUMBER=${GITHUB_REF#refs/tags/}
90
- if [[ ${{ github.ref }} == 'refs/head/main' ]]; then VERSION_NUMBER=dev; fi
+ if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then VERSION_NUMBER=dev; fi
91
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
92
- name: Download artifact
93
uses: actions/download-artifact@v2
0 commit comments