Skip to content

Commit

Permalink
Add 'pre-release' flag to build-swift workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Aug 14, 2024
1 parent b20ccc3 commit c9ec092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
workflow_id: 'release-swift.yml',
ref: 'main',
inputs: {
'build-run-id': '${{ github.run_id }}'
'build-run-id': '${{ github.run_id }}',
'pre-release': 'true'
}
})

0 comments on commit c9ec092

Please sign in to comment.