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 f7ebbe2 commit 1edf51cCopy full SHA for 1edf51c
.github/workflows/test-build.yaml
@@ -73,6 +73,7 @@ jobs:
73
- uses: actions/checkout@v4
74
with:
75
fetch-depth: 0
76
+ ref: ${{ contains(github.ref, '-beta') && 'develop' || 'main' }}
77
- name: Output version
78
run: |
79
jq -r '.version' package.json > TESTED_VERSION.txt
0 commit comments