Skip to content

Commit

Permalink
checkout master
Browse files Browse the repository at this point in the history
  • Loading branch information
skoobasteeve committed Aug 21, 2024
1 parent 578f3bc commit 8372dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ycharts_patch_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check for new release tag - master
id: tag-check-master
run: |
git reset --hard origin/master
git checkout origin/master
git fetch --tags --force origin
LATEST_TAG=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 8372dfd

Please sign in to comment.