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 fd69f91 commit 203a9d7Copy full SHA for 203a9d7
.github/workflows/release.yml
@@ -50,6 +50,11 @@ env:
50
REDIRECT_URI: /
51
52
jobs:
53
+ pre-setup:
54
+ runs-on: ubuntu-latest
55
+ steps:
56
+ - name: Debug github.ref_name
57
+ run: echo "github.ref_name=${{ github.ref_name }}"
58
setup:
59
timeout-minutes: 20
60
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'
0 commit comments