Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Aug 9, 2024
1 parent 333dde9 commit 6b412ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish latest databases
on:
- workflow_dispatch
push:
tags:
- "latest"

jobs:
export_ace_world_patches:
Expand Down Expand Up @@ -132,5 +134,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "*.db"
name: latest
allowUpdates: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Release
on:
push:
tags:
- "*"
- "v*"
jobs:
export_ace_world_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b412ad

Please sign in to comment.