From 7ff668605e16b4a01a09ad73b9547d8262ba8df1 Mon Sep 17 00:00:00 2001 From: usimd <11619247+usimd@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:51:56 +0100 Subject: [PATCH] Release dist tags only on final release --- .github/workflows/publish-release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4b1bd79..1d831d7 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -4,7 +4,6 @@ on: release: types: - released - - edited jobs: publish-release: @@ -34,12 +33,4 @@ jobs: dist/index.js README.md LICENSE - action.yml - - - name: Set release to published - uses: irongut/EditRelease@v1.2.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - id: ${{ github.event.release.id }} - draft: false - prerelease: false \ No newline at end of file + action.yml \ No newline at end of file