Skip to content

Commit

Permalink
Update release trigger to published instead of created main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLaure authored Sep 22, 2024
1 parent c045eb0 commit 4ae0d4e
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
Expand Up @@ -6,7 +6,7 @@ env:

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

jobs:
buildForWindows:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
project: ${{ env.itchio_project }}
channel: ${{ env.itchio_channel }}
version: ${{ github.event.release.tag_name }}
api-key: ${{ secrets.ITCHIO_API_KEY }}
api-key: ${{ secrets.ITCHIO_API_KEY }}

0 comments on commit 4ae0d4e

Please sign in to comment.