Skip to content

Commit

Permalink
debug: debugging assets object structure part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dweller23 committed Jun 7, 2022
1 parent 61d4343 commit 782ab46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
repo: ${{ github.repository }}
version: ${{ github.event.release.id }}
file: ${{ toJson(github.event.release.assets[0].name) }}
file: index.js # ${{ 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 782ab46

Please sign in to comment.