Skip to content

Commit

Permalink
Create release assests when publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent fded3f2 commit 6142bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Release

on:
release:
types:
- created
types: ["published"]

jobs:
build:
release:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6142bbb

Please sign in to comment.