Skip to content

Commit e00b0d1

Browse files
authored
ci: remove incorrect dry run skip on release step
1 parent 2e330b1 commit e00b0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# -----------------------------------------------------------------
156156
release:
157157
name: Make Release
158-
if: ${{ always() && github.event.inputs.dryrun == 'false' }}
158+
if: ${{ always() }}
159159
needs: [tests, prepare]
160160
runs-on: ubuntu-latest
161161
env:

0 commit comments

Comments
 (0)