Skip to content

Commit

Permalink
💚 Changes tag for automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa committed Jan 30, 2022
1 parent 217530f commit 81c7db2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81c7db2

Please sign in to comment.