Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Varriount authored May 10, 2023
1 parent 2ba8dba commit 231ae57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Create Release
id: create_latest_release
uses: ncipollo/release-action@v1
if: endsWith(github.ref, 'master')
with:
allowUpdates: true
name: Latest
Expand All @@ -51,4 +50,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: 'src/module.json,src/module.zip'
tag: latest
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}

0 comments on commit 231ae57

Please sign in to comment.