Skip to content

Commit fbd58f8

Browse files
authored
Update main.yml
1 parent 1729ec2 commit fbd58f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- 6379:6379
3232

3333
steps:
34+
- name: Dump GitHub context
35+
env:
36+
GITHUB_CONTEXT: ${{ toJson(github.event) }}
37+
run: echo "$GITHUB_CONTEXT"
3438

3539
- name: Checkout repository
3640
uses: actions/checkout@v2
@@ -111,7 +115,7 @@ jobs:
111115

112116
- id: pacake_meta_info
113117
name: Create package meta information
114-
if: github.event.release.base.ref == '2.x.x.RELEASE'
118+
#if: github.event.release.base.ref == '2.x.x.RELEASE'
115119
run: |
116120
echo "::set-output name=commit_sha::$(git rev-parse --short HEAD)"
117121
echo "::set-output name=package_timestamp::$(date +%Y-%m-%d_%H-%M-%S)"

0 commit comments

Comments
 (0)