Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 12, 2024
1 parent 1479f2c commit bf69ba5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: release

on:
release:
types:
- created
types: [published]

permissions:
contents: write
Expand All @@ -22,6 +21,8 @@ jobs:

- name: Upload phar
run: gh release upload ${{ github.event.release.tag_name }} deployer.phar
env:
GH_TOKEN: ${{ github.token }}

- name: Add deployer.phar
run: |
Expand Down

0 comments on commit bf69ba5

Please sign in to comment.