Skip to content

Commit

Permalink
CI: add comment to fetch-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed May 19, 2024
1 parent db0d6bb commit 98930f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
# Ref: https://github.com/actions/checkout/issues/1471#issuecomment-1771231294
- uses: actions/checkout@v4

- name: Tag checkout
Expand Down

0 comments on commit 98930f5

Please sign in to comment.