mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-19 23:04:40 +01:00
Update release.yml
This commit is contained in:
parent
fd85c1fc73
commit
b5a3801172
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user