We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdcb30 commit cc72390Copy full SHA for cc72390
apps/mybibliotheca/ci/latest.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+version=$(curl -sX GET https://api.github.com/repos/pickles4evaaaa/mybibliotheca/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name')
4
+printf "%s" "${version}"
apps/mybibliotheca/metadata.json
@@ -0,0 +1,17 @@
+{
+ "app": "mybibliotheca",
+ "base": false,
+ "channels": [
5
+ {
6
+ "name": "main",
7
+ "platforms": [
8
+ "linux/amd64"
9
+ ],
10
+ "stable": true,
11
+ "tests": {
12
+ "enabled": true,
13
+ "type": "web"
14
+ }
15
16
+ ]
17
+}
0 commit comments