Skip to content

Commit

Permalink
removed create_release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 1, 2024
1 parent b7295ec commit 0e3fca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Create Release
id: create_release
uses: actions/[email protected]
if: github.event_name == 'release'
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
Expand Down

0 comments on commit 0e3fca2

Please sign in to comment.