Skip to content

Commit

Permalink
Update git release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed Jan 3, 2024
1 parent b48db90 commit 446d852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release Creation

on:
on:
release:
types: [published]

Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}

0 comments on commit 446d852

Please sign in to comment.