Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 18, 2024
1 parent 4aeeb89 commit 6de5ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_call:
inputs:
version:
description: 'The version number of the framework embedded in the XCArchives.'
description: 'The version number of the framework embedded in the XCArchives & XCFrameworks.'
type: string
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:
inputs:
version:
description: 'The version number of the framework embedded in the XCArchives. This version number is also used for the release tag.'
description: 'The version number of the framework embedded in the XCArchives & XCFrameworks. This version number is also used for the release tag.'
type: string
required: true

Expand Down

0 comments on commit 6de5ddb

Please sign in to comment.