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

This commit is contained in:
Patric Stout
2024-05-10 21:50:48 +02:00
committed by GitHub
parent b83e0fc352
commit ea3548c9f7

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