Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 27, 2025
1 parent 23d28bc commit e750d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: version
run: |
set -e -o pipefail
echo '${{ toJSON(github) }}'
BEFORE_VERSION=$(git show "${{ github.event.created && github.event.base_ref || github.event.before }}:package.json" | jq -r .version)
AFTER_VERSION=$(git show "${{ github.event.after }}:package.json" | jq -r .version)
Expand Down

0 comments on commit e750d52

Please sign in to comment.