Skip to content

Commit

Permalink
Update kmp-windows-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arya458 committed May 15, 2024
1 parent 8863f86 commit b2925af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kmp-windows-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ name: KMMPublish

on:
push:
# branches: ["master"]
tags:
- "v*"
branches: ["master"]


jobs:
tagged-release:
Expand Down Expand Up @@ -42,6 +41,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
Expand Down

0 comments on commit b2925af

Please sign in to comment.