2 Commits
0.13.1 ... main

Author SHA1 Message Date
619ee18acd fix github release image 2022-05-13 23:24:55 +01:00
f9b94887fc update master to main 2022-05-13 23:24:49 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ steps:
depends_on:
- "prepare release"
- name: publish github release
image: plugins/github-release
image: plugins/github-release@sha256:24f5fb388173c0ec211d1c73d2c4441efd3cd24d0ba9eea148b98c40d03807ff
settings:
api_key:
from_secret: GITHUB_KEY

View File

@@ -5,7 +5,7 @@
<!ENTITY org "dtomlinson91">
<!ENTITY version "0.13.1">
<!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg">
<!ENTITY pluginURL "&gitURL;/raw/branch/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;">

View File

@@ -5,7 +5,7 @@
<!ENTITY org "dtomlinson91">
<!ENTITY version "0.13.1">
<!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg">
<!ENTITY pluginURL "&gitURL;/raw/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;">