Skip to content

Commit

Permalink
Merge pull request #5 from w3scout/w3scout-patch-1
Browse files Browse the repository at this point in the history
Add release action
  • Loading branch information
w3scout committed May 28, 2024
2 parents f6d6744 + 44224a6 commit 4b37324
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main

jobs:
release-on-merge:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: dexwritescode/release-on-merge-action@v1

0 comments on commit 4b37324

Please sign in to comment.