Skip to content

Commit

Permalink
debug: debugging assets object structure part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dweller23 committed Jun 7, 2022
1 parent e345ac1 commit d73949a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/promote-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github).event.release.assets }}

- name: debug release
run: echo ${{ github.event.release }}
GITHUB_CONTEXT: ${{ toJson(github).event }}

- name: release
uses: dsaltares/fetch-gh-release-asset@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-with-release-draft-poc",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit d73949a

Please sign in to comment.