Skip to content

Commit

Permalink
try to list tags to see what is wrong in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Feb 8, 2024
1 parent f6d141e commit be5cdb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ jobs:
run: yarn changeset publish

- name: Git tags
run: git push --follow-tags
# list tags then try to push them
run: |
git for-each-ref refs/tags
git push --follow-tags

0 comments on commit be5cdb3

Please sign in to comment.