File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
.github/workflows/actions/prepare-distribution Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 85
85
Compatible systems include, but are not limited to, \`Ubuntu 20.04+\` or \`Debian 11+\` (Bullseye)).
86
86
EOF
87
87
88
+ - name : Fetch the latest version of the unstable tag
89
+ if : contains('unstable', inputs.version-name)
90
+ shell : bash
91
+ run : |
92
+ cat >> ./release-notes-addon.txt << EOF
93
+
94
+ ## Fetch the latest version of the \`unstable\` tag
95
+ The \`unstable\` tag is updated with a new commit id when a new \`unstable\` release is published.
96
+ To fetch the latest version of the unstable tag, execute the command:
97
+ \`git tag -d unstable && git fetch origin tag unstable\`
98
+ EOF
99
+
88
100
- name : Create and sign sha256 checksum
89
101
shell : bash
90
102
env :
You can’t perform that action at this time.
0 commit comments