Skip to content

Commit

Permalink
Fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Apr 27, 2024
1 parent ae9159f commit 29b99f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test
on:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand All @@ -28,3 +30,4 @@ jobs:
with:
artifacts: lisst
makeLatest: true
omitBody: true

0 comments on commit 29b99f9

Please sign in to comment.