From 81c7db294ec557e6658525b6f2d5ae0f676c58ca Mon Sep 17 00:00:00 2001 From: Joshua Weber Date: Sun, 30 Jan 2022 10:47:23 +0100 Subject: [PATCH] :green_heart: Changes tag for automatic release --- .github/workflows/package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 082f7d2..eef6be3 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -31,15 +31,14 @@ jobs: cd macos pod install xcodebuild -workspace billboard.xcworkspace -scheme billboard-macOS ARCHS='x86_64' ONLY_ACTIVE_ARCH=NO DSTROOT="release" archive - - name: Debug + - name: Bundle dmg run: | npm install -g appdmg - ls -lR macos/release appdmg appdmg.json billboard-x86_64.dmg - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" + automatic_release_tag: ${{steps.set_release_name.outputs.current-version}} prerelease: false files: | LICENSE