removes unused publish step
Some checks failed
Publish Composer Package / publish (push) Failing after 1m15s
Some checks failed
Publish Composer Package / publish (push) Failing after 1m15s
This commit is contained in:
parent
eac11af651
commit
b00d8925d5
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: composer install --no-dev --no-interaction --prefer-dist
|
||||
|
||||
- name: Build Package (Optional)
|
||||
# Hier könnten Build-Schritte für dein Paket stehen, z.B. Kompilierung von Assets
|
||||
# Beispiel: run: npm run build
|
||||
|
||||
- name: Configure Git for Forgejo Package Registry
|
||||
run: |
|
||||
git config --global url."https://${{ github.repository_owner }}:${{ secrets.WORKFLOW_TOKEN }}@git.fucktheforce.de/api/v1/packages/${{ github.repository_owner }}/".insteadOf "https://git.fucktheforce.de/api/v1/packages/${{ github.repository_owner }}/"
|
||||
|
|
Loading…
Add table
Reference in a new issue