We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db6385 commit 2cb4f66Copy full SHA for 2cb4f66
.github/workflows/build-and-deploy.yml
@@ -33,8 +33,8 @@ jobs:
33
34
Github-Release:
35
runs-on: ubuntu-latest
36
- #needs: [Test]
37
- if: ${{ startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/main'}} #&& github.event_name == 'push'
+ needs: [Test]
+ if: startsWith(github.ref, 'refs/tags/v') #&& github.ref == 'refs/heads/main' && github.event_name == 'push'
38
steps:
39
- name: Create a release
40
uses: softprops/action-gh-release@v1
0 commit comments