Skip to content

Commit

Permalink
fix debug logging in release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 5, 2021
1 parent fb69b6e commit abc9131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
script: |
console.log(`github.ref: ${github.ref}`);
console.log(`github: ${github}`);
console.log(`context: ${context}`);
console.log(`github: ${JSON.stringify(github)}`);
console.log(`context: ${JSON.stringify(context)}`);
return new RegExp("refs\\/tags\\/servirtium\\.core\\/v(.+)").exec(github.ref)[1];
- name: Dump steps context
env:
Expand Down

0 comments on commit abc9131

Please sign in to comment.