gitea actions ng12
This commit is contained in:
@@ -65,6 +65,15 @@ jobs:
|
||||
GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }}
|
||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
- name: Metadata anpassen
|
||||
run: |
|
||||
cd plugin
|
||||
sed -i "s/\${VERSION}/${VERSION}/g" metadata.txt
|
||||
cat metadata.txt
|
||||
|
||||
env:
|
||||
VERSION: ${{ steps.daten.outputs.version }}
|
||||
|
||||
- name: ZIP-Datei erstellen
|
||||
id: zip
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user