Skip to content

Commit 83c45c7

Browse files
authored
Update release-to-env.yaml
1 parent 924eefb commit 83c45c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-to-env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11+
- run: |
12+
echo ${{ toJSON(github.event) }}
1113
- name: Release
1214
uses: softprops/action-gh-release@v1
1315
with:

0 commit comments

Comments
 (0)