Skip to content

Commit

Permalink
Remove release creation from workflow
Browse files Browse the repository at this point in the history
The 'Create Release' step has been removed from the '.github/workflows/release-phar.yml' workflow. This change simplifies the workflow as there's no longer a need to create a release within this workflow. The reduction in complexity should make the workflow easier to understand and maintain.
  • Loading branch information
koriym committed Jun 14, 2024
1 parent e516dd7 commit da5247d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ jobs:
name: asd.phar
path: bin/asd.phar

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Download PHAR
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit da5247d

Please sign in to comment.