chore: checkout current ref during pre-release

This commit is contained in:
Randolf Jung 2022-05-31 15:11:24 +02:00
parent 0ec036a59f
commit d5139b58ec

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Install dependencies
run: npm install
- name: Build