From b9657bab5761b9c1c08d563c23f64a4ff45ae394 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:56:35 -0700 Subject: [PATCH] Use the proper tag `automatic_release_tag`. --- .github/workflows/build-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b9373ae..dc75a3b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -93,7 +93,7 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_releases_tag: windows-${{github.ref_name}} + automatic_release_tag: windows-${{github.ref_name}} title: FBX2glTF Windows packages files: | thirdparty-license.rtf @@ -183,7 +183,7 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_releases_tag: linux-${{github.ref_name}} + automatic_release_tag: linux-${{github.ref_name}} title: FBX2glTF Linux packages files: | thirdparty-license.rtf @@ -281,7 +281,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_releases_tag: macos-${{github.ref_name}} + automatic_release_tag: macos-${{github.ref_name}} prerelease: false title: FBX2glTF Macos x86_64 packages files: |