Update release.yml

This commit is contained in:
Anton Medvedev 2024-04-17 22:58:23 +02:00
parent fd85c1fc73
commit b5a3801172
No known key found for this signature in database

View File

@ -22,8 +22,6 @@ jobs:
- name: Upload phar
run: gh release upload ${{ github.event.release.tag_name }} deployer.phar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add deployer.phar
run: |
@ -53,5 +51,3 @@ jobs:
git commit -m "Deployer $RELEASE_VERSION"
git tag "v$RELEASE_VERSION" --force
git push origin "v$RELEASE_VERSION" --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}