We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e705b commit 1729ec2Copy full SHA for 1729ec2
1 file changed
.github/workflows/main.yml
@@ -111,6 +111,7 @@ jobs:
111
112
- id: pacake_meta_info
113
name: Create package meta information
114
+ if: github.event.release.base.ref == '2.x.x.RELEASE'
115
run: |
116
echo "::set-output name=commit_sha::$(git rev-parse --short HEAD)"
117
echo "::set-output name=package_timestamp::$(date +%Y-%m-%d_%H-%M-%S)"
0 commit comments