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 59b87d3 commit 2e030d6Copy full SHA for 2e030d6
.github/workflows/main.yml
@@ -64,7 +64,7 @@ jobs:
64
name: playwright-test-results
65
path: test-results/
66
release:
67
- name: ${{ github.ref == 'refs/heads/beta' && 'Release Beta' || 'Release' }}
+ name: ${{github.ref}}
68
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
69
needs: [lint, unit-test, e2e-test]
70
runs-on: ubuntu-latest
0 commit comments