mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
Explicitly use release tag for checkout
This commit is contained in:
parent
94ceb3cffd
commit
e8f0784a00
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.release.tag_name }}
|
||||
|
||||
- name: "Upload"
|
||||
run: gh --repo "${REPO}" release upload "${TAG}" robots.txt
|
||||
|
|
Loading…
Reference in a new issue