ci(release): use v1 instead of main of self

This commit is contained in:
2023-05-19 00:08:55 +01:00
parent b533724221
commit 9c7745702d

View File

@@ -29,7 +29,7 @@ jobs:
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- name: MAJOR and MAJOR.MINOR tags
if: ${{ steps.release.outputs.release_created }}
uses: jimeh/update-tags-action@main
uses: jimeh/update-tags-action@v1
with:
tags: |
v${{ steps.release.outputs.major }}