We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbaeff commit 5f88efcCopy full SHA for 5f88efc
1 file changed
.github/workflows/release.yaml
@@ -63,14 +63,10 @@ jobs:
63
needs: build
64
runs-on: ubuntu-latest
65
steps:
66
- - run: echo "real release"; echo "$event"
67
- env:
68
- event: ${{ github.event | marshal }}
+ - run: echo "real release"
69
test_prerelease:
70
if: "github.event.release.prerelease"
71
72
73
74
- - run: echo "pre-release"; echo "$event"
75
76
+ - run: echo "pre-release"
0 commit comments