Skip to content

Commit 9198c47

Browse files
committed
use context.paylaod instead of variable substitution
1 parent dfebea2 commit 9198c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
name: 'phinx.phar',
5050
owner: context.repo.owner,
5151
repo: context.repo.repo,
52-
release_id: ${{ github.event.release.id }},
53-
data: await fs.readFile('./phinx.phar') # The file to upload.
52+
release_id: context.payload.release.id,
53+
data: await fs.readFile('./phinx.phar')
5454
});

0 commit comments

Comments
 (0)