From 8ba485e264882a9b7c3023d59a54c0722dabe094 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Mon, 29 Apr 2024 13:14:14 +0300 Subject: [PATCH] Update tag workflow --- .github/workflows/update-build-release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index 74fc865..6677fe5 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -120,12 +120,11 @@ jobs: - run: rm -rf dist/release_notes.json - name: Tag Repo - uses: richardsimko/update-tag@v1 + uses: rickstaa/action-create-tag@v1 with: - tag_name: ${{ needs.update_packages.outputs.tag_name}} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_SHA: ${{ needs.update_packages.outputs.commit_long_sha }} + tag: ${{ needs.update_packages.outputs.tag_name}} + force_push_tag: true + commit_sha: ${{ needs.update_packages.outputs.commit_long_sha }} - name: Upload files to a GitHub release uses: ncipollo/release-action@v1.13.0