Merge pull request '.gitea/workflows/release.yml aktualisiert' (#17) from main into Release
All checks were successful
Build and Release Minecraft Plugin / build (push) Successful in 2m32s
Build and Release Minecraft Plugin / release (push) Successful in 17s

Reviewed-on: #17
This commit is contained in:
Steev 2023-10-03 19:43:51 +02:00
commit 21ccb2bf94

View File

@ -20,15 +20,6 @@ jobs:
- name: Update Apt - name: Update Apt
run: apt update -y run: apt update -y
- name: instaling common software package
run: apt-get install software-properties-common -y
- name: add maven repo
run: add-apt-repository ppa:andrei-pozolotin/maven3
- name: Update Apt
run: apt update -y
- name: Update CA certificates - name: Update CA certificates
run: apt-get install --reinstall ca-certificates -y run: apt-get install --reinstall ca-certificates -y