Update master workflow

This commit is contained in:
CrazyMax 2020-05-06 00:10:05 +02:00
parent 9ec27bc016
commit 041b376dd4
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -13,10 +13,6 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v2
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
run: git checkout ${GITHUB_REF#refs/heads/}
-
name: Build
run: |