Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Dec 13, 2024
1 parent 8ea62a4 commit da414d0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
on: push

jobs:
release-on-merge:
Expand All @@ -11,4 +8,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: dexwritescode/release-on-merge-action@v1
uses: djnicholson/release-action@v2.11
with:
token: ${{ secrets.GITHUB_TOKEN }}
asset-name: "DewardianDev-MOAR-*.*.*.zip"
file: "out/dist/DewardianDev-MOAR-*.*.*.zipF"

0 comments on commit da414d0

Please sign in to comment.