From 06a843dd0915587b083575320423fd4b56b502a0 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Wed, 10 Jan 2024 18:15:27 +0300 Subject: [PATCH] ci: add release dry run --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 80706496..ad62e9c8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release Nuga on: + workflow_dispatch: push: tags: - v* @@ -41,6 +42,7 @@ jobs: - name: Extract release notes run: ./scripts/workflows/get-release-notes.mjs "$RELEASE_VERSION" > dist/notes.md - name: Create GitHub release + if: github.event_name == 'push' uses: softprops/action-gh-release@v1 with: name: ${{ env.VERSION_DISPLAY }}