Skip to content

Commit

Permalink
oops forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 3, 2023
1 parent 018b8ee commit 123b5a2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,3 @@ jobs:
./geode-${{ steps.ref.outputs.hash }}-win.zip
./geode-installer-${{ steps.ref.outputs.hash }}-mac.pkg
./geode-installer-${{ steps.ref.outputs.hash }}-win.exe
- name: Create Draft Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ inputs.draft }}
with:
tag_name: v${{ steps.ref.outputs.version }}
name: Geode v${{ steps.ref.outputs.version }}
body: |
TODO before publishing:
- mark if pre-release
- add changelog
- remove this
draft: true
files: |
./geode-${{ steps.ref.outputs.version }}-mac.zip
./geode-${{ steps.ref.outputs.version }}-win.zip
./geode-installer-${{ steps.ref.outputs.version }}-mac.pkg
./geode-installer-${{ steps.ref.outputs.version }}-win.exe

0 comments on commit 123b5a2

Please sign in to comment.