Skip to content

Commit

Permalink
release: final bit of config to enable auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Sep 22, 2022
1 parent 41c1b34 commit bade299
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build release
run: ./bin/build_release
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down
12 changes: 11 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
{
"path": "releases/*.alfredworkflow",
"label": "Alfred 5 Github Workflow"
},
]
}
],
]
}

0 comments on commit bade299

Please sign in to comment.