Remove release publishing for now.

This commit is contained in:
June Tate-Gans 2024-03-26 09:55:43 -05:00
parent 79a1c59567
commit 951ebd1d78

View File

@ -24,26 +24,3 @@ steps:
- touch /etc/pbuilderrc
- apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson
- make
- name: publish
image: plugins/github-release
settings:
api_key:
from_secret: github_token
repo_owner: jtgans
repo_name: g13gui
draft: true
files:
- build/*
checksum:
- sha256
depends_on:
- build
when:
event:
- tag
ref:
include:
- "refs/tags/*"