Skip to content

Commit

Permalink
fixed Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Aug 25, 2024
1 parent 2c65b61 commit b21a1f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ name: Deployment
on:
workflow_dispatch:
push:
branches: [ "master" ]
tags: ["v*"]

jobs:
publish-mod:
if: startsWith(github.ref, 'refs/tags/')
name: Publish Mod
uses: DigglesMods/DigglesModActions/.github/workflows/publish-mod.yml@main
uses: DigglesMods/DigglesModActions/.github/workflows/publish_mod.yml@main
with:
mod-title: BugFix
mod-name: BugFix
Expand Down

0 comments on commit b21a1f1

Please sign in to comment.