Skip to content

Commit

Permalink
debug logginfg 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 7ec1fc9 commit fb69b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
id: extract-version
with:
script: |
return new RegExp("refs\\/tags\\/servirtium\\.core\\/v(.+)").exec(github.ref)[1]
console.log(`github.ref: ${github.ref}`);
console.log(`github: ${github}`);
console.log(`context: ${context}`);
return new RegExp("refs\\/tags\\/servirtium\\.core\\/v(.+)").exec(github.ref)[1];
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJSON(steps) }}
Expand Down

0 comments on commit fb69b6e

Please sign in to comment.