Explicitly use release tag for checkout

This commit is contained in:
Y. Meyer-Norwood 2024-11-13 10:26:37 +13:00 committed by GitHub
parent 94ceb3cffd
commit e8f0784a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,8 @@ jobs:
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- name: "Upload" - name: "Upload"
run: gh --repo "${REPO}" release upload "${TAG}" robots.txt run: gh --repo "${REPO}" release upload "${TAG}" robots.txt