From d5f67a67ddbd650d74d240ca57c22457bfe53a21 Mon Sep 17 00:00:00 2001 From: Moein zargarzadeh Date: Tue, 9 May 2023 11:56:05 +0330 Subject: [PATCH] fix release bug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02ec618..70f2bcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: uses: softprops/action-gh-release@v1 if: github.ref_type == 'branch' with: - tag_name: ${{ steps.build-app.outputs.APP_VERSION }} + tag_name: ${{ steps.set-version.outputs.APP_VERSION }} prerelease: true files: | contracts-*.json