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 918da89 commit 440490eCopy full SHA for 440490e
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
tag_name: ${{ github.ref_name }}
60
release_name: ${{ github.ref_name }}
61
- draft: ${{ contains( github.ref_name, 'rc') }}
+ draft: ${{ contains( github.ref_name, 'main') }}
62
prerelease: false
63
- name: Upload artifact
64
uses: actions/upload-pages-artifact@v1
0 commit comments