Skip to content

Commit

Permalink
debug: debugging assets object structure part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dweller23 committed Jun 7, 2022
1 parent df2a105 commit 61d4343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
uses: actions/checkout@v2

- name: Dump github context
run: echo "${{ toJson(github.event.release) }}"
run: echo "${{ toJson(github.event.release.assets[0].name) }}"
shell: bash

- name: release
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: ${{ github.repository }}
version: ${{ github.event.release.id }}
file: ${{ toJson(github).event.release.assets[0].name }}
file: ${{ toJson(github.event.release.assets[0].name) }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: deploy
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.10",
"version": "0.0.11",
"private": true,
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 61d4343

Please sign in to comment.