Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7748d4acc4 | |||
| 12f8cd5638 |
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!ENTITY org "dtomlinson91">
|
||||
<!ENTITY version "0.2.7">
|
||||
<!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;">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!ENTITY org "dtomlinson91">
|
||||
<!ENTITY version "0.2.7">
|
||||
<!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;">
|
||||
|
||||
Reference in New Issue
Block a user