Skip to content

Commit

Permalink
CI: fix typo in fetch-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed May 19, 2024
1 parent b48608f commit db0d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Tag checkout
run:
run: |
git fetch --prune --unshallow --tags
git checkout ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit db0d6bb

Please sign in to comment.