We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849d36f commit 1b44cdbCopy full SHA for 1b44cdb
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
id: get_latest_tag
29
run: echo "tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
30
- name: Checkout latest tag
31
- run: git checkout ${{ steps.get_latest_tag.outputs.tag }}
+ run: git reset --hard ${{ steps.get_latest_tag.outputs.tag }}
32
- name: Create Pull Request
33
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
34
with:
0 commit comments