chore: use the pull-request SHA on publishing for PR (#97)

This commit is contained in:
Patric Stout
2024-05-10 21:42:12 +02:00
committed by GitHub
parent b7c085f84b
commit 4842fcd01e

View File

@@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install NodeJS
uses: actions/setup-node@v4