Skip to content

Commit

Permalink
Add release-20231016 for triggering 2023 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Oct 30, 2024
1 parent 003aa9f commit 748e70d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-20231016-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release 5.10 Toolchains

on:
workflow_dispatch:

jobs:
# Each job builds a release toolchain for a specific Swift version.
build-release-20231016:
# Note: GitHub requires the use of an 'owner/repo' path before the
# workflow file path when we want to use a workflow from another branch.
uses: thebrowsercompany/swift-build/.github/workflows/swift-toolchain.yml@hyp/20231016-update
secrets:
SYMBOL_SERVER_PAT: ${{ secrets.SYMBOL_SERVER_PAT }}
CERTIFICATE: ${{ secrets.CERTIFICATE }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}

0 comments on commit 748e70d

Please sign in to comment.