Skip to content

Commit

Permalink
CI: fix context reference
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <[email protected]>
  • Loading branch information
jromero committed Aug 19, 2020
1 parent ad9a5ae commit 4134cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
script: |
const path = require('path');
const scriptPath = path.resolve('.github/workflows/build/changelog/index.js');
require(scriptPath)({core, github, repository: "${{ context.github.repository }}", version: "${{ env.PACK_VERSION }}" });
require(scriptPath)({core, github, repository: "${{ github.repository }}", version: "${{ env.PACK_VERSION }}" });
- name: Create Release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit 4134cc6

Please sign in to comment.