remove explicit tag fetching

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-05-12 11:02:06 +02:00
parent 2f00cab28a
commit f1ea17f20f
@@ -24,9 +24,6 @@ jobs:
fetch-tags: true
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Fetch tags # See https://github.com/actions/checkout/issues/2041
run: git fetch --tags
- name: Install Dependencies
run: yarn --immutable
- name: Create Release Pull Request