Skip to content

Commit af3eaf7

Browse files
remove --default-branch
1 parent b1f9010 commit af3eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sudo apt install flatpak
8585
sudo apt install flatpak-builder
8686
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
87-
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --default-branch=stable --install builddir io.github.darrellroberts.minesweeper.yml
87+
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.github.darrellroberts.minesweeper.yml
8888
flatpak build-bundle repo minesweeper.flatpak io.github.darrellroberts.minesweeper
8989
9090
- name: Create GitHub Release

0 commit comments

Comments
 (0)